Skip to content
Snippets Groups Projects
Commit bb59ab90 authored by Jules Sabban's avatar Jules Sabban
Browse files

ch_reads get only one time each fastq

	Ref: #100
parent 51b25fa3
No related branches found
No related tags found
1 merge request!21merge dev_jules
Pipeline #223173 failed
......@@ -41,6 +41,7 @@ params.select_samples.tokenize(',').each { sample ->
ch_read=Channel
.fromPath(sampleList)
.map{$it -> [$it.simpleName, $it]}
.unique()
// Channel of rRNA databases for sortmerna
ch_sortmerna_db = Channel.from(
......
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