Skip to content

Commit

Permalink
removed deprecated param workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
rioualen committed Jul 4, 2017
1 parent 1e43375 commit 06ffd1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/snakefiles/rules/annotate_peaks.rules
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ rule annotate_peaks:
config["genome"]["fasta_file"]
config["genome"]["gtf_file"]

COntributors: Claire Rioualen
Contributors: Claire Rioualen
"""
input:
bed = "{regions}.bed",
Expand All @@ -39,7 +39,6 @@ rule annotate_peaks:
log: "{regions}_gene_list.log"
benchmark: "{regions}_gene_list_benchmark.txt"
params:
wd = config["dir"]["base"],
qsub = config["qsub"] + " -e {regions}_gene_list_qsub.err -o {regions}_gene_list_qsub.out"
run:
shell("annotatePeaks.pl {input.bed} {input.fasta} -gtf {input.gtf} > {output}")
Expand Down

0 comments on commit 06ffd1d

Please sign in to comment.