Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
kedhammar committed Sep 30, 2024
1 parent 573c104 commit 05d37d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/generate_aviti_run_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ def get_manifests(process: Process, manifest_root_name: str) -> list[tuple[str,
# Assume long idx2 from recipe + no idx2 from label means idx2 is UMI
if int(process.udf.get("Index read 2", 0)) > 12:
row["Index2"] = "N" * int(process.udf["Index read 2"])
else:
row["Index2"] = ""
row["Lane"] = lane
row["Project"] = project
row["Recipe"] = seq_setup
Expand Down

0 comments on commit 05d37d4

Please sign in to comment.