bokulich-lab / nf-ducken

Workflow to process amplicon meta-analysis data, from NCBI accession IDs to taxonomic diversity metrics.
3 stars 2 forks source link

Remove unnecessary sample_id values in input channels #122

Open lina-kim opened 5 months ago

lina-kim commented 5 months ago

Many processes include an input channel as a tuple of a value sample_id and an input artifact e.g. tuple val(sample_id), path(table).

The value sample_id is no longer relevant past the feature table combination step; processed artifacts are only individual prior to denoising to prevent issues in the denoising model. Consequently, the unnecessary value in the input channel should be removed.