nf-core / eager

A fully reproducible and state-of-the-art ancient DNA analysis pipeline
https://nf-co.re/eager
MIT License
129 stars 78 forks source link

DSL2: Add `lane` attribute to BAM inputs #985

Open TCLamnidis opened 1 year ago

TCLamnidis commented 1 year ago

When users provide multiple BAM files from the same library as BAM input for nf-core/eager, the only attribute that can be different between rows (other than the BAM path) is the Lane number. Therefore, the lane should be propagated into the meta map of the BAM input subchannel.

Adding this is easy enough, but the following will need to be ensured: