Skip to content
Snippets Groups Projects
Verified Commit 52d58451 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

trimming: make output channel more clear

parent 462e3dd0
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ process trimming {
set pair_id, file(reads) from fastq_files
output:
file "*_trim_R{1,2}.fastq.gz" into fastq_files_cut
file "*_trim_R{1,2}.fastq.gz" into fastq_files_trim
script:
"""
......
......@@ -91,7 +91,7 @@ process trimming {
set pair_id, file(reads) from fastq_files
output:
file "*_trim_R{1,2}.fastq.gz" into fastq_files_cut
file "*_trim_R{1,2}.fastq.gz" into fastq_files_trim
script:
"""
......@@ -122,7 +122,7 @@ process trimming {
file reads from fastq_files
output:
file "*_trim.fastq.gz" into fastq_files_cut
file "*_trim.fastq.gz" into fastq_files_trim
script:
"""
......
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