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

Report should use Unix line endings #79

Closed ressy closed 4 years ago

ressy commented 4 years ago

The CSV report file uses Windows-style \r\n line endings instead of Unix-style \n but that trips up things like grep. This can be changed by passing a lineterminator argument when setting up the writer object in processor.IlluminaProcessor.report.