Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fduveau
nextflow
Commits
00e497f8
Commit
00e497f8
authored
Dec 13, 2019
by
fduveau
Browse files
Update src/RNASeq.nf
parent
48d7e8b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/RNASeq.nf
View file @
00e497f8
...
...
@@ -23,12 +23,12 @@ process adaptor_removal {
"""
}
p
rocess trimming {
rocess trimming {
tag "${reads}"
publishDir "results/fastq/trimming/", mode: 'copy'
input:
set pair_id,
"*_cut_R{1,2}.fastq.gz" into
fastq_files_cut
set pair_id,
file(reads) from
fastq_files_cut
output:
set pair_id, "*_trim_R{1,2}.fastq.gz" into fastq_files_trim
...
...
@@ -41,3 +41,4 @@ UrQt --t 20 --m ${task.cpus} --gz \
> ${pair_id}_trimming_report.txt
"""
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment