Skip to content

Commit 2f5780c

Browse files
authored
Update Snakefile
1 parent 609fa5e commit 2f5780c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Snakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ rule abricate:
119119
message:
120120
"Screening genomes for antimicorbial resistance genes"
121121
shell:
122-
"abricate results/{input} --quiet > {output}"
122+
"abricate results/{input} > {output}"
123123

124124
# Generating SNP Heatmap
125125
rule vcf_viewer:

0 commit comments

Comments
 (0)