biocore / metagenomics_pooling_notebook

Jupyter notebooks to assist with sample processing
MIT License
8 stars 16 forks source link

Update metapool.prep.preparations_for_run to work with 16S data #28

Open ElDeveloper opened 2 years ago

ElDeveloper commented 2 years ago

Once we have 16S runs going through the updated pipeline, we should update this function ( metapool.prep.preparations_for_run) and corresponding script (metapool/scripts/seqpro) to work with 16S data. Currently we are generating the preps from amplicon-pooling.ipynb but it would be better to do this here because we'll have access to the runid, instrument model, run_prefix, etc.

This should be addressed after #23.