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

Commit

Permalink
tmp is actually temp
Browse files Browse the repository at this point in the history
  • Loading branch information
kopardev committed Sep 6, 2019
1 parent 6bd98fc commit 1fd2ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rules/initialqcrnaseq.snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ fastqc {input} -t {threads} -o {output};
output:
out1=temp(join(workpath,trim_dir,"{name}.R1.trim.fastq.gz")),
out2=temp(join(workpath,trim_dir,"{name}.R2.trim.fastq.gz")),
outdir=tmp(join(workpath,trim_dir))
outdir=temp(join(workpath,trim_dir))
params:
rname='pl:trim_pe',
batch='--cpus-per-task=32 --mem=110g --time=48:00:00',
Expand Down

0 comments on commit 1fd2ddc

Please sign in to comment.