Skip to content

Commit

Permalink
removed mkdir command
Browse files Browse the repository at this point in the history
  • Loading branch information
rioualen committed Jul 4, 2017
1 parent 8649e32 commit e45bc68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/snakefiles/rules/bPeaks.rules
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ rule bPeaks:
log: config["dir"]["peaks"] + "/{treatment}_vs_{control}/bPeaks/{treatment}_vs_{control}{preprocess,.*}_bPeaks.log"
benchmark: config["dir"]["peaks"] + "/{treatment}_vs_{control}/bPeaks/{treatment}_vs_{control}{preprocess,.*}_bPeaks_benchmark.txt"
run:
shell("mkdir {params.outdir}") ## to remove
#shell("mkdir {params.outdir}") ## to remove
R("""sink("{log}")

library("bPeaks")
Expand Down

0 comments on commit e45bc68

Please sign in to comment.