Skip to content
Snippets Groups Projects
Commit 6b3092bb authored by nfontrod's avatar nfontrod
Browse files

Rnaseq.nf : correct trimming process

parent 2992a141
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ process trimming {
publishDir "results/fastq/trimming/", mode: 'copy'
input:
set pair_id, file(reads) from fastq_files_cut
file reads from fastq_files_cut
output:
file "*_trim_R{1,2}.fastq.gz" into fastq_files_trim
......
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