/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.
I get warnings such as:
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.