Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimens committed Jul 25, 2024
1 parent 26cfc4a commit ba21d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/harpy/snakefiles/snp_mpileup.smk
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ rule genome_setup:
# is regular gzipped, needs to be BGzipped
seqtk seq {input} | bgzip -c > {output}
else
cp -f {input} > {output}
cp -f {input} {output}
fi
"""

Expand Down

0 comments on commit ba21d37

Please sign in to comment.