Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
fixed bug in gem rule
Browse files Browse the repository at this point in the history
  • Loading branch information
tovahmarkowitz committed Aug 16, 2019
1 parent 5f32721 commit 71a2562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rules/ChIPseq.snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ module load {params.gemver};
if [ {params.ctrl} != "{workpath}/{bam_dir}/.sorted.Q5DD.bam" ]; then
java -Xmx30g -jar $GEMJAR --t {threads} --d {params.readDist} --g {params.genome} \
--genome {params.fastas} --expt {input.chip} --ctrl {params.ctrl} --f SAM \
--out {workpath}/{params.gem_dir}/{wildcards.name} --k_min 6 --k_max 13 --outNP --nrf
--out {workpath}/{gem_dir}/{wildcards.name} --k_min 6 --k_max 13 --outNP --nrf
else
java -Xmx30g -jar $GEMJAR --t {threads} --d {params.readDist} --g {params.genome} \
--genome {params.fastas} --expt {input.chip} --f SAM \
Expand Down

0 comments on commit 71a2562

Please sign in to comment.