Skip to content

Commit

Permalink
missed label for fastq
Browse files Browse the repository at this point in the history
  • Loading branch information
rbpisupati committed Apr 12, 2019
1 parent dc02e51 commit 730be57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ if (params.file_ext == "fastq"){
*/
process fastqc {
tag "$name"
label 'env_qual_small'
publishDir "${params.outdir}/fastqc", mode: 'copy',
saveAs: {filename -> filename.indexOf(".zip") > 0 ? "zips/$filename" : "$filename"}

Expand Down

0 comments on commit 730be57

Please sign in to comment.