Skip to content

Commit

Permalink
Update cg_lims/EPPs/udf/calculate/adjust_missing_reads.py
Browse files Browse the repository at this point in the history
Co-authored-by: Karl Svärd <[email protected]>
  • Loading branch information
idalindegaard and Karl-Svard authored Aug 29, 2024
1 parent 4bd84c5 commit a1c35bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cg_lims/EPPs/udf/calculate/adjust_missing_reads.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def reset_microbial_reads(artifact: Artifact, reset_microbial_reads: str) -> Non

def is_topup(artifact: Artifact) -> bool:
"""A function that determines whether an artifact has already been sequenced before or not, and therefore is a topup
sample/artifact or not"""
sample/artifact"""

output = False
if artifact.samples[0].udf.get("Total Reads (M)"):
Expand Down

0 comments on commit a1c35bd

Please sign in to comment.