Open mdshw5 opened 3 years ago
I just noticed that the pyfaidx.wrap_sequence function always makes unix newline characters. https://github.com/mdshw5/pyfaidx/blob/master/pyfaidx/__init__.py#L1182
pyfaidx.wrap_sequence
It might be more respectful to keep carriage returns or whatever the original file is using.
I just noticed that the
pyfaidx.wrap_sequence
function always makes unix newline characters. https://github.com/mdshw5/pyfaidx/blob/master/pyfaidx/__init__.py#L1182It might be more respectful to keep carriage returns or whatever the original file is using.