- recipe treesapp
TreeSAPP is a functional and taxonomic annotation tool for microbial genomes and proteins
- Homepage:
- License:
GPL3 / GPL-3.0-only
- Recipe:
- package treesapp¶
-
- Versions:
0.11.4-2,0.11.4-1,0.11.4-0,0.11.3-1,0.11.3-0,0.11.2-0,0.11.0-0,0.10.4-1,0.10.4-0,0.11.4-2,0.11.4-1,0.11.4-0,0.11.3-1,0.11.3-0,0.11.2-0,0.11.0-0,0.10.4-1,0.10.4-0,0.10.3-1,0.10.3-0,0.10.2-0,0.10.1-0,0.10.0-0,0.9.8-0,0.9.7-0,0.9.6-1,0.9.6-0,0.9.5-0,0.9.2-1,0.9.2-0,0.9.1-0,0.9.0-0,0.8.9-0,0.6.8-1,0.6.8-0,0.6.7-0,0.6.6-0,0.6.5-0- Depends:
on biopython
>=1.78on bwa
>=0.7.17on epa-ng
>=0.3.8on ete3
>=3.1.2on fasttree
>=2.1.10on hmmer
>=3.3on joblib
1.0.0on libgcc
>=13on libstdcxx
>=13on mafft
>=7.471on matplotlib-base
>=3.3.0on mmseqs2
>=12.113e3on numpy
>=1.19.2on packaging
>=20.4on pandas
>=1.1.0on prodigal
>=2.6.2on pyfastx
>=0.8.2on pygtrie
>=2.3.3on python
>=3.9,<3.10.0a0on python_abi
3.9.* *_cp39on raxml-ng
>=1.0.1on samsum
>=0.1.4on scikit-learn
0.24.2on scipy
>=1.5.2on seaborn
>=0.11.0on six
>=1.15.0on tqdm
>=4.50.0on vsearch
>=2.15.0
- Additional platforms:
linux-aarch64
Installation¶
You need a conda-compatible package manager (currently either pixi, conda, or micromamba) and the Bioconda channel already activated (see Usage). Below, we show how to install with either pixi or conda (for micromamba and mamba, commands are essentially the same as with conda).
Pixi¶
With pixi installed and the Bioconda channel set up (see Usage), to install globally, run:
pixi global install treesapp
to add into an existing workspace instead, run:
pixi add treesapp
In the latter case, make sure to first add bioconda and conda-forge to the channels considered by the workspace:
pixi workspace channel add conda-forge
pixi workspace channel add bioconda
Conda¶
With conda installed and the Bioconda channel set up (see Usage), to install into an existing and activated environment, run:
conda install treesapp
Alternatively, to install into a new environment, run:
conda create -n envname treesapp
with envname being the name of the desired environment.
Container¶
Alternatively, every Bioconda package is available as a container image for usage with your preferred container runtime. For e.g. docker, run:
docker pull quay.io/biocontainers/treesapp:<tag>
(see treesapp/tags for valid values for <tag>).
Integrated deployment¶
Finally, note that many scientific workflow management systems directly integrate both conda and container based software deployment. Thus, workflow steps can be often directly annotated to use the package, leading to automatic deployment by the respective workflow management system, thereby improving reproducibility and transparency. Check the documentation of your workflow management system to find out about the integration.
Download stats¶
Link to this page¶
Render an badge with the following MarkDown:
[](http://bioconda.github.io/recipes/treesapp/README.html)