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

Add error property to Alignment class #104

Closed ressy closed 4 years ago

ressy commented 4 years ago

This adds an error property to the Alignment class that pulls the error text, if any, from the CompletedJobInfo.xml file (again, if any). This is independent of the completed property, since an alignment may or may not be completed and may or may not have an error.