Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Xavier Grand
ChIPster
Commits
6b3092bb
Commit
6b3092bb
authored
Jun 06, 2018
by
nfontrod
Browse files
Rnaseq.nf : correct trimming process
parent
2992a141
Changes
1
Show whitespace changes
Inline
Side-by-side
src/Rnaseq.nf
View file @
6b3092bb
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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