magicDGS / ReadTools

A Universal Toolkit for Handling Sequence Data from Different Sequencing Platforms
https://magicdgs.github.io/ReadTools/
MIT License
6 stars 3 forks source link

Force line-endings for UNIX on writers #484

Open magicDGS opened 6 years ago

magicDGS commented 6 years ago

Currently, the writting is done with the default line-ending; this is bad when I run tests in windows, as the ^M is output instead of \n, breaking some tests and other stuff.

This is not high priority because the toolkit is not supposed to work under windows, but it should be considered.