phbradley / tcr-dist

Software tools for the analysis of epitope-specific T cell receptor (TCR) repertoires (scroll down for the README)
MIT License
79 stars 36 forks source link

Add universal newline support #15

Closed jeremycfd closed 7 years ago

jeremycfd commented 7 years ago

Universal newline support was removed when the JCC cleaning code was removed. Need to add universal newline support back.

phbradley commented 7 years ago

Yes, good catch. I added a few 'rU' instead of 'r' args to the open() command-- is that how you would recommend doing it?

jeremycfd commented 7 years ago

Yes, I think that should do it, thanks!