nf-core / smrnaseq

A small-RNA sequencing analysis pipeline
https://nf-co.re/smrnaseq
MIT License
74 stars 125 forks source link

standardize ch_bowtie_index channel structure #451

Closed nschcolnicov closed 1 month ago

nschcolnicov commented 1 month ago

When creating bowtie_index from a tar.gz file they have the structure [meta, [ebwt.1.etc, ebwt.2.etc]]

When creating bowtie_index from fasta they have the structure [meta, folder(index)]

Standardize it to [meta, folder(index)]

FYI @atrigila