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

Modif Channel idx_genome.

parent 000f31c5
No related branches found
No related tags found
No related merge requests found
......@@ -146,9 +146,8 @@ workflow {
else {
idx_genome = "${params.idx}"
Channel
.of( idx_genome )
.fromPath( idx_genome, type: 'dir' )
.set { genome_indexed_input }
genome_indexed_input.view()
mapping_withindex(genome_indexed_input.collect(), fastp.out.fastq)
stats_bam(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