Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanheld committed Aug 20, 2018
2 parents 55351cb + 96c6d6c commit 45dca69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/snakefiles/rules/rnaseq_deg.rules
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ rule rnaseq_deg:
qsub = config["qsub"] \
+ " -e " + "{diffexpr_dir}/{preprocess,.*}rna-seq_deg_qsub.err" \
+ " -o " + "{diffexpr_dir}/{preprocess,.*}rna-seq_deg_qsub.out"
log: "{diffexpr_dir}/{preprocess,.*}rna-seq_deg.log"
benchmark: "{diffexpr_dir}/{preprocess,.*}rna-seq_deg_benchmark.txt"
log: "{diffexpr_dir}/{test}_vs_{ref}/{preprocess,.*}{test}_vs_{ref}.log"
benchmark: "{diffexpr_dir}/{test}_vs_{ref}/{preprocess,.*}{test}_vs_{ref}_benchmark.txt"
conda: "../envs/rnaseq_deg.yaml"
shell: """
Rscript --vanilla {params.rscript} -v 1 --config_file={input.config_file} --count_table={input.count_file} --output_dir={params.outdir} --rsnakechunks_dir={params.rsnakechunks_dir} --report {params.rmd_report} --prefix {params.prefix} &> {log}
Expand Down

0 comments on commit 45dca69

Please sign in to comment.