WenchaoLin / BUSCO-Mod

Modified Version of BUSCO (http://busco.ezlab.org)
GNU General Public License v3.0
5 stars 2 forks source link

Python error when generating the plot #4

Open anastasiasatyr opened 10 months ago

anastasiasatyr commented 10 months ago

Hi, I would like to generate a standard BUSCO plot, but when I type:

generate_plots.py -wd busco_sumaries

It returns an error:

Traceback (most recent call last): File "/home/asyo/miniconda3/envs/busco3/bin/generate_plot.py", line 38, in from busco.BuscoConfig import BuscoConfig ImportError: cannot import name 'BuscoConfig'

I use BUSCO v 5.5.0

Please, help.