Skip to content

Commit

Permalink
bump docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kedhammar committed Jan 17, 2025
1 parent 020be7a commit a9659a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/readscount.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def sum_reads(sample, summary):
# Parent of demux artifact is a sequencing process output (ONT)
seq_process = demux_art_parent.parent_process
else:
# Parent of demux artifact is a sequencing process input (Illumina)
# Parent of demux artifact is a sequencing process input (Illumina, AVITI)
seq_process = lims.get_processes(
type=list(SEQUENCING.values()),
inputartifactlimsid=demux_art_parent.id,
Expand All @@ -221,7 +221,7 @@ def sum_reads(sample, summary):
if ont_flowcell not in summary[sample.name]:
summary[sample.name][ont_flowcell] = set()
else:
# Illumina
# Illumina and AVITI
flowcell_and_lane = "{}:{}".format(
demux_art_parent.location[0].name,
demux_art_parent.location[1].split(":")[0],
Expand Down

0 comments on commit a9659a7

Please sign in to comment.