Skip to content
Snippets Groups Projects
Commit 984dfa5f authored by fduveau's avatar fduveau
Browse files

Update src/RNASeq.nf

parent f51e613e
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ process trimming {
publishDir "results/fastq/trimming/", mode: 'copy'
input:
set pair_id, file(reads) from fastq_files
set pair_id, "*_cut_R{1,2}.fastq.gz" into fastq_files_cut
output:
set pair_id, "*_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.
Please register or to comment