biocore / metagenomics_pooling_notebook

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

Boolean values in [Bioinformatics] section are now case-insensitive. #211

Closed charles-cowart closed 3 days ago

charles-cowart commented 4 days ago

Boolean values in [Bioinformatics] section are now case-insensitive. Internal representation in SampleSheet() objects changed from string to boolean representation. Tests updated. A new test testing mixed cases is needed.

charles-cowart commented 3 days ago

@wasade @antgonza Thank you guys for the review!