You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to utilize the mitoviz FILENAME.vcf.gz command. It seems like the installation did not work (I used pip install mitoviz).
What I Did
Traceback (most recent call last):
File "/u/home/NAME/.local/bin/mitoviz", line 5, in <module>
from mitoviz.cli.mitoviz_plot import main
File "/u/home/NAME/.local/lib/python3.7/site-packages/mitoviz/__init__.py", line 4, in <module>
from mitoviz.mitoviz import plot_base, plot_df, plot_table, plot_vcf # noqa
File "/u/home/NAME/.local/lib/python3.7/site-packages/mitoviz/mitoviz.py", line 11, in <module>
from mitoviz.plot import PlotBase, PlotVariants
File "/u/home/NAME/.local/lib/python3.7/site-packages/mitoviz/plot.py", line 12, in <module>
from mitoviz.locus import _LinearLocus, _PolarLocus, _PolarSplitLocus
File "/u/home/NAME/.local/lib/python3.7/site-packages/mitoviz/locus.py", line 6, in <module>
from mitoviz.classes.base_locus import _BaseLocus
ModuleNotFoundError: No module named 'mitoviz.classes'
The text was updated successfully, but these errors were encountered:
Description
I am trying to utilize the
mitoviz FILENAME.vcf.gz
command. It seems like the installation did not work (I used pip install mitoviz).What I Did
The text was updated successfully, but these errors were encountered: