EGA-archive / ont2cram

Oxford Nanopore HDF/Fast5 to CRAM conversion tool
Apache License 2.0
22 stars 2 forks source link

tostring deprecation warnings #12

Open jkbonfield opened 4 years ago

jkbonfield commented 4 years ago

I get warnings such as:

/home/ubuntu/ont2cram/ont2cram.py:287: DeprecationWarning: tostring() is deprecated. Use tobytes() instead.

There is no explicit use of tostring anywhere in this code base, so I assume this is a third party library having a conflict with my python (3.6.8). If it's not possible to fix due to external dependencies then maybe the warning should be explicitly silenced in this code.