Skip to content

Commit

Permalink
deal with no resistance gene found
Browse files Browse the repository at this point in the history
  • Loading branch information
tpillone committed Nov 7, 2024
1 parent c9d0ba8 commit 1d39c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/report_generation/report_resistance.rules
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ rule resistance_detailed_table:
shell:
"""
head -n1 {input[0]} >> {output}
cat {input} | grep -v ORF_ID >> {output}
cat {input} | grep -v ORF_ID >> {output} || true
"""

0 comments on commit 1d39c64

Please sign in to comment.