mikolmogorov / Ragout

Chromosome-level scaffolding using multiple references
Other
146 stars 27 forks source link

dtype conversion in hal.py #65

Closed bernard-kim closed 4 years ago

bernard-kim commented 4 years ago

Proposed fix for #61

note: Fixed typo in previous PR.

mikolmogorov commented 4 years ago

Thanks - have you tested it with both Python 2 and 3?

bernard-kim commented 4 years ago

Yep, tested with Python 2.7.17 and 3.7.6. Seems like Python 2 isn't picky about splitting bytes with strings or bytes (and vice versa) but Python 3 wants bytes split with bytes and strings with strings.

mikolmogorov commented 4 years ago

Thanks, merged!