Hello everyone,
Can some one help me in building the ete3. I installed it manually,
ete3 upgrade-external-tools. I exported this path as well in my .bashrc
Need help, how do I solve the below error.
ete 3 build only works with python 3.4 ?
cmd -
ete3 build -n OG0022535.all.r.fa -o tree4 --logfile -C 8 -w eggnog41 --clearall
Toolchain path: /home/sun/anaconda3/bin/ete3_apps/bin
Toolchain version: unknown
WARNING: external applications directory are not found at /home/sun/anaconda3/bin/ete3_apps/bin
Use "ete build install_tools" to install or upgrade tools
['metaligner_trimmed-trimal01-prottest_default-phyml_default']
--------------------------------------------------------------------------------
ETE build (3.1.2) - reproducible phylogenetic workflows
Citation:
Huerta-Cepas J, Serra F and Bork P. ETE 3: Reconstruction, analysis and
visualization of phylogenomic data. Mol Biol Evol (2016)
doi:10.1093/molbev/msw046
(Note that a list of the external programs used to complete all necessary
computations will be shown after workflow execution. Those programs should
also be cited.)
--------------------------------------------------------------------------------
INFO - Testing x86-64 portable applications...
clustalo: MISSING
dialigntx: MISSING
fasttree: MISSING
iqtree: MISSING
kalign: MISSING
mafft: MISSING
muscle: MISSING
phyml: MISSING
pmodeltest: MISSING
raxml: MISSING
raxml-pthreads: MISSING
readal: MISSING
statal: MISSING
tcoffee: MISSING
trimal: MISSING
WARNING: 15 external tools seem to be missing or unfunctional
Install using conda (recomended):
conda install -c etetoolkit ete3_external_apps
or manually compile by running:
ete3 upgrade-external-tools
INFO - Starting ETE-build execution at Sun Jul 17 11:21:37 2022
INFO - Output directory /DATA/ecology/sun/softwares/evaluation/paml-master/src/result5/lumpsuckers/newtestrun/hypto/OG0019520/pamlfiles/modell0/1880cdsfiles/ete3/spectree/tree4
INFO - Erasing all existing npr data...
WRNG - Using existing dir: /DATA/ecology/sun/softwares/evaluation/paml-master/src/result5/lumpsuckers/newtestrun/hypto/OG0019520/pamlfiles/modell0/1880cdsfiles/ete3/spectree/tree4/db
INFO - Reading nt sequences from OG0022535.all.r.fa...
WRNG - 10 target sequences
INFO - ETE build starts now!
Traceback (most recent call last):
File "/home/sun/anaconda3/bin/ete3", line 33, in <module>
sys.exit(load_entry_point('ete3==3.1.2', 'console_scripts', 'ete3')())
File "/home/sun/anaconda3/lib/python3.9/site-packages/ete3-3.1.2-py3.9.egg/ete3/tools/ete.py", line 95, in main
_main(sys.argv)
File "/home/sun/anaconda3/lib/python3.9/site-packages/ete3-3.1.2-py3.9.egg/ete3/tools/ete.py", line 147, in _main
ete_build._main(arguments, builtin_apps_path)
File "/home/sun/anaconda3/lib/python3.9/site-packages/ete3-3.1.2-py3.9.egg/ete3/tools/ete_build.py", line 1102, in _main
app_wrapper(main, args)
File "/home/sun/anaconda3/lib/python3.9/site-packages/ete3-3.1.2-py3.9.egg/ete3/tools/ete_build_lib/interface.py", line 372, in app_wrapper
main(None, func, args)
File "/home/sun/anaconda3/lib/python3.9/site-packages/ete3-3.1.2-py3.9.egg/ete3/tools/ete_build_lib/interface.py", line 494, in main
func(args)
File "/home/sun/anaconda3/lib/python3.9/site-packages/ete3-3.1.2-py3.9.egg/ete3/tools/ete_build.py", line 615, in main
new_tasks = pipeline(None, wkname, config)
File "/home/sun/anaconda3/lib/python3.9/site-packages/ete3-3.1.2-py3.9.egg/ete3/tools/ete_build_lib/workflow/genetree.py", line 472, in pipeline
db.add_node(initial_task.threadid, initial_task.nodeid,
File "/home/sun/anaconda3/lib/python3.9/site-packages/ete3-3.1.2-py3.9.egg/ete3/tools/ete_build_lib/db.py", line 381, in add_node
[nodeid, cladeid, encode(targets),
File "/home/sun/anaconda3/lib/python3.9/site-packages/ete3-3.1.2-py3.9.egg/ete3/tools/ete_build_lib/db.py", line 72, in encode
return bytes.decode(base64.encodestring(six.moves.cPickle.dumps(x, 2)))
AttributeError: module 'base64' has no attribute 'encodestring'