-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error: ete3 not installed #3
Comments
Hi, thank you for using this container! The issue with nextgenusfs/funannotate#249 there are some workarounds for this (one solution is explained in the first link), however it still can cause problems. Maybe this is what you already tried. In general most of funannotate should work fine though even without ete3. If I recall correctly, In general I would recommend to use a newer version of funannotate (a lot has changed since v1.8.1) and some other things like access to several annotation databases may not work anymore in older versions. all the best, Philipp |
Thanks for your quick response! |
Yes, you well get a more up to date version. |
Oh!Thanks |
Could you guide me how to set the PATH of gmes_petal.pl or GENEMARK in the sandbox built from funannotate lastest? |
What the author said in thenextgenusfs/funannotate/issues/687 might be right. |
The PATH should already be set inside the container, so there is nothing you should have to do there. Try running |
I use singularity to install funannotate by
singularity pull docker://reslp/funannotate:1.8.1
When funannotate check --show-versions, it showed
Traceback (most recent call last):
File "/usr/local/bin/ete3", line 6, in
from ete3.tools.ete import main
File "/usr/local/lib/python3.7/dist-packages/ete3/tools/ete.py", line 55, in
from . import (ete_split, ete_expand, ete_annotate, ete_ncbiquery, ete_view,
File "/usr/local/lib/python3.7/dist-packages/ete3/tools/ete_view.py", line 48, in
from .. import (Tree, PhyloTree, TextFace, RectFace, faces, TreeStyle, CircleFace, AttrFace,
ImportError: cannot import name 'TextFace' from 'ete3' (/usr/local/lib/python3.7/dist-packages/ete3/init.py)
even I install ete3 by pip and set environmental PATH, it also happened.
The text was updated successfully, but these errors were encountered: