wdecoster / nanocomp

Comparison of multiple long read datasets
MIT License
113 stars 9 forks source link

DeprecationWarning for nanomath #35

Closed PanZiwei closed 3 years ago

PanZiwei commented 3 years ago

Hi, I am trying to use NanoComp --summary file.txt and got the following error:

$ NanoComp --summary *.txt
lib/python3.6/site-packages/nanomath/nanomath.py:132: DeprecationWarning:
Call to deprecated function errs_tab.

It can still generate relevant report though. Do you have any idea on the error?

Thanks for your help!

wdecoster commented 3 years ago

That's just a warning, nothing to worry about. Bit of sloppy programming on my end, but everything should work exactly as it used to without the warning.