Skip to content

Commit

Permalink
details for the copy command
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanheld committed Oct 1, 2018
1 parent 5b5952f commit 2134200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/snakefiles/rules/bowtie2_index.rules
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ rule bowtie2_index:
conda: "../envs/bowtie2.yaml"
shell: """
mkdir -p {params.dir}
cp {input} {params.dir}
cp -f {input} {params.dir}/
bowtie2-build {output} {output} --threads {params.threads} &> {log}
"""

0 comments on commit 2134200

Please sign in to comment.