Skip to content

Commit

Permalink
fix: correct log path for patric download
Browse files Browse the repository at this point in the history
  • Loading branch information
matinnuhamunada committed Apr 18, 2024
1 parent a1f6da0 commit ef70724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/patric.smk
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ else:
"logs/patric/patric_genome_download-{patric}.log",
shell:
"""
(cd data/interim/fasta && wget -qN "ftp://ftp.patricbrc.org/genomes/{wildcards.patric}/{wildcards.patric}.fna" 2> ../../../{log})
(cd data/interim/fasta && wget -qN "ftp://ftp.patricbrc.org/genomes/{wildcards.patric}/{wildcards.patric}.fna") 2>> {log}
"""

0 comments on commit ef70724

Please sign in to comment.