Skip to content

Commit

Permalink
Minor.
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Feb 17, 2017
1 parent 04ceb1a commit 212250a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bio/pindel/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
log = snakemake.log_fmt_shell(stdout=True, stderr=True)
prefix = os.path.dirname(snakemake.output[0])

shell("pindel {snakemake.params} -i {snakemake.input.conf} -f {snakemake.input.ref} -o {prefix} {log}")
shell("pindel {snakemake.params} -i {snakemake.input.config} -f {snakemake.input.ref} -o {prefix} {log}")

0 comments on commit 212250a

Please sign in to comment.