TGAC / KAT

The K-mer Analysis Toolkit (KAT) contains a number of tools that analyse and compare K-mer spectra.
http://www.earlham.ac.uk/kat-tools
GNU General Public License v3.0
200 stars 51 forks source link

KAT won't plot the hist spectra #187

Open criveralopez opened 5 months ago

criveralopez commented 5 months ago

I am running the kat hist code using my FASTA file, and while I get a hist file, it won't successfully plot the histogram:

KAT HIST completed.
Total runtime: 673.3s

../lib/include/kat/pyhelper.hpp(159): Throw in function void kat::PyHelper::execute(const std::__1::string, int, char **)
Dynamic exception type: boost::wrapexcept<kat::KatPythonException>
std::exception::what: std::exception
[kat::KatPythonError*] = Unexpected python error

I am running this in a conda environment with python 3.6.15 (including all of the dependencies: tabulate, scipy, numpy and matplotlib). Would you be able to help me debug this? Thank you in advance!