-
Notifications
You must be signed in to change notification settings - Fork 0
Home
BHNtools edited this page Oct 3, 2017
·
4 revisions
Debian(Stretch) docker image for ETE3.
Debian(Stretch) docker image for phylogeny tree vizualisation.
- -Examples:
cut -f1 /home/najlabioinfo/species.txt | ete3 ncbiquery --tree | xvfb-run ete3 view --ncbi --image ncbi-default-tree.png
cut -f1 /home/najlabioinfo/species.txt | ete3 ncbiquery --tree | xvfb-run ete3 view -t --face 'value:@name, size:18, color:auto()' --face 'value:@dist, size:10' --image ncbi-colored-tree.png
a)Pull the image
docker pull bhntools/dockerete:latest
b)Run the image
docker run -it bhntools/dockerete:latest ete3 -h
c)Link
https://hub.docker.com/r/bhntools/dockerete/- - Official documentation
- http://etetoolkit.org/documentation/ete-view
- http://etetoolkit.org/documentation/ete-ncbiquery/
- http://etetoolkit.org/docs/latest/reference/reference_treeview.html#color-names
- docker-ete is a heavy, but complete, version. A smaller versions can be used :
- - Available version(without taxa-dump)
- https://hub.docker.com/r/cbcrg/ete3/ : docker pull cbcrg/ete3
- - Create one in 10min
apt-get install xvfb
wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O Miniconda-latest-Linux-x86_64.sh
bash Miniconda-latest-Linux-x86_64.sh -b -p ~/anaconda_ete/
export PATH=~/anaconda_ete/bin:$PATH;
conda install -c etetoolkit ete3 ete3_external_apps
xvfb-run ete3 view -t '(a, b); ' -o test.png
- - ETE: cannot connect to X server
- https://github.com/etetoolkit/ete/issues/101
- https://groups.google.com/forum/#!topic/etetoolkit/DVmewYxbIx8
If you are having issues, please let me know.
Bug reports, bug fixes, and new features are always welcome.
* Issue Tracker: github
* Source Code: github
BEN HASSINE NAJLA : bhndevtools@gmail.com
BHNtools©2017MIT License.