Skip to content
Snippets Groups Projects
Commit ed687455 authored by vvanoost's avatar vvanoost
Browse files

fix 4 at the beginning of process in .nf file

parent 3628d195
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
* for paired-end data * for paired-end data
*/ */
params.fastq = "$baseDir/data/fastq/*_R{1,2}_001.fastq.gz" params.fastq = "$baseDir/data/fastq/*_R{1,2}.fastq.gz"
log.info "fastq files : ${params.fastq}" log.info "fastq files : ${params.fastq}"
...@@ -40,7 +40,7 @@ process adaptor_removal { ...@@ -40,7 +40,7 @@ process adaptor_removal {
""" """
} }
process 4_random_bases_trimming { process random_bases_4_trimming {
tag "$pair_id" tag "$pair_id"
publishDir "results/fastq/adaptor_removal/", mode: 'copy' publishDir "results/fastq/adaptor_removal/", mode: 'copy'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment