Skip to content

Commit

Permalink
Fix WorkflowError
Browse files Browse the repository at this point in the history
  • Loading branch information
tdayris committed Dec 3, 2024
1 parent 92d1276 commit a31e0cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bio/ngscheckmate/makesnvpattern/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
output_mapping = {
"fasta": f"{tempdir}/snake_out.fasta",
"pattern": f"{tempdir}/snake_out.pt",
"txt_uncompressed": f"{tempdir}/snake_out.uniq.txt.sorted",
"pattern_uncompressed": f"{tempdir}/snake_out.uniq.txt.sorted",
}

for output_key, temp_file in output_mapping.items():
Expand Down

0 comments on commit a31e0cc

Please sign in to comment.