Skip to content
Snippets Groups Projects
Commit a172d4a7 authored by Xavier Grand's avatar Xavier Grand
Browse files

Modif Channel idx_genome.

parent e590620c
No related branches found
No related tags found
No related merge requests found
...@@ -165,7 +165,7 @@ workflow { ...@@ -165,7 +165,7 @@ workflow {
Channel Channel
.fromPath( "${params.idx}/*" ) .fromPath( "${params.idx}/*" )
.set { genome_indexed_input } .set { genome_indexed_input }
mapping_withindex(genome_indexed_input, fastp.out.fastq) mapping_withindex(genome_indexed_input.collect(), fastp.out.fastq)
stats_bam(mapping_withindex.out.bam) stats_bam(mapping_withindex.out.bam)
filter_bam_mapped(mapping_withindex.out.bam) filter_bam_mapped(mapping_withindex.out.bam)
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment