Closed dhoogest closed 3 years ago
https://github.com/nhoffman/dada2-nf/blob/79d9f75d852442012f72452845c939f3a4c5e332/bin/manifest.py#L26
We've got some additional/alternate column names in the NGS16S manifest that would be useful to preserve to limit downstream changes. Current manifest shape looks like this:
NGS16S
sampleid,batch,label,barcode_id,run_number,blast_database,desc,other,quant,paired_ntc
Seems like simplest approach would be to just extend the KEEP_COLS list to include these.
KEEP_COLS
https://github.com/nhoffman/dada2-nf/blob/79d9f75d852442012f72452845c939f3a4c5e332/bin/manifest.py#L26
We've got some additional/alternate column names in the
NGS16S
manifest that would be useful to preserve to limit downstream changes. Current manifest shape looks like this:Seems like simplest approach would be to just extend the
KEEP_COLS
list to include these.