biocore / metagenomics_pooling_notebook

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

validate_and_scrub_sample_sheet() function doesn't catch empty 'experiment_design_description' column #82

Closed RodolfoSalido closed 6 months ago

RodolfoSalido commented 1 year ago

The validate_and_scrub_sample_sheet() function doesn't catch an empty (or filled with blank space ' ') 'experiment_design_description', which leads to an error in the creation of a Qiita prep.

Screen Shot 2022-09-12 at 11 07 37 AM

The error is easily resolved by adding information to that column field.