Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
kedhammar committed Mar 1, 2024
1 parent fc52649 commit 886e507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taca/analysis/analysis_nanopore.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def process_qc_run(ont_qc_run: ONT_qc_run):
ont_qc_run.copy_html_report()

# Look at seq data
if ont_qc_run.has_raw_seq_output():
if not ont_qc_run.has_raw_seq_output():
logger.info(f"{ont_qc_run.run_name}: Run has no sequencing output, continuing")

else:
Expand Down

0 comments on commit 886e507

Please sign in to comment.