ShawHahnLab / umbra

Python package and executable for Linux for managing Illumina sequencing runs
GNU Affero General Public License v3.0
3 stars 0 forks source link

Handle non-unicode characters in TaskMetadata #114

Closed ressy closed 3 years ago

ressy commented 3 years ago

Related to #102. We previously implemented non-unicode handling for ProjectData.from_alignment but I neglected to handle it in TaskMetadata, where the spreadsheet is also loaded. TaskMetadata is a default task and #105 and release-0.0.5's changelog imply the problem is fully fixed, so this should be addressed before releasing.