Skip to content
Snippets Groups Projects
Commit 73082a3c authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Update name of task and permission.

parent b5d2122c
No related merge requests found
...@@ -15,8 +15,7 @@ Channel ...@@ -15,8 +15,7 @@ Channel
process qc_fastq { process qc_fastq {
tag "$name" tag "$name"
publishDir "$baseDir/output/$name/qc_fastq", mode: 'copy' publishDir "$baseDir/output/$name/$task.process", mode: 'copy'
input: input:
set val(name), file(reads) from read_pairs set val(name), file(reads) from read_pairs
...@@ -30,4 +29,4 @@ process qc_fastq { ...@@ -30,4 +29,4 @@ process qc_fastq {
module load fastqc/0.11.5 module load fastqc/0.11.5
$baseDir/scripts/qc_fastq.py -f $reads $baseDir/scripts/qc_fastq.py -f $reads
""" """
} }
File mode changed from 100644 to 100755
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment