:orphan: .. only available via index, not via toctree .. title:: Package Recipe 'gtotree' .. highlight: bash gtotree ======= .. conda:recipe:: gtotree :replaces_section_title: :noindex: GToTree is a user\-friendly workflow for phylogenomics. :homepage: https://github.com/AstrobioMike/GToTree/wiki/what-is-gtotree%3F :documentation: https://github.com/AstrobioMike/GToTree/wiki/ :developer docs: https://github.com/AstrobioMike/GToTree/ :license: GPL / GPL3 :recipe: /`gtotree `_/`meta.yaml `_ \# GToTree \- a user\-friendly workflow for phylogenomics GToTree is a user\-friendly workflow for phylogenomics intended to give more researchers the capability to create phylogenomic trees. The open\-access Bioinformatics Journal publication is available here \(https\:\/\/doi.org\/10.1093\/bioinformatics\/btz188\)\, and documentation and examples can be found at the wiki here \(https\:\/\/github.com\/AstrobioMike\/GToTree\/wiki\). Installation should be performed as\: \`\`\` conda create \-n gtotree \-c astrobiomike \-c conda\-forge \-c bioconda \-c defaults gtotree \`\`\` .. conda:package:: gtotree |downloads_gtotree| |docker_gtotree| :versions: ``1.8.4-0``,  ``1.8.3-0``,  ``1.8.2-0``,  ``1.8.1-0``,  ``1.7.10-0``,  ``1.7.08-0``,  ``1.7.07-0``,  ``1.7.06-0``,  ``1.7.05-1`` :depends bc: :depends biopython: :depends coreutils: ``9.1.*`` :depends curl: :depends dos2unix: :depends entrez-direct: :depends fasttree: :depends file: :depends gzip: :depends hmmer: :depends iqtree: ``>=2.2.2`` :depends kofamscan: ``1.3.0.*`` :depends muscle: ``5.*`` :depends pandas: :depends parallel: :depends prodigal: :depends python: :depends sed: :depends taxonkit: :depends trimal: :requirements: .. rubric:: Installation You need a conda-compatible package manager (currently either `micromamba `_, `mamba `_, or `conda `_) and the Bioconda channel already activated (see :ref:`set-up-channels`). While any of above package managers is fine, it is currently recommended to use either micromamba or mamba (see `here `_ for installation instructions). We will show all commands using mamba below, but the arguments are the same for the two others. Given that you already have a conda environment in which you want to have this package, install with:: mamba install gtotree and update with:: mamba update gtotree To create a new environment, run:: mamba create --name myenvname gtotree with ``myenvname`` being a reasonable name for the environment (see e.g. the `mamba docs `_ for details and further options). Alternatively, use the docker container:: docker pull quay.io/biocontainers/gtotree: (see `gtotree/tags`_ for valid values for ````) .. |downloads_gtotree| image:: https://img.shields.io/conda/dn/bioconda/gtotree.svg?style=flat :target: https://anaconda.org/bioconda/gtotree :alt: (downloads) .. |docker_gtotree| image:: https://quay.io/repository/biocontainers/gtotree/status :target: https://quay.io/repository/biocontainers/gtotree .. _`gtotree/tags`: https://quay.io/repository/biocontainers/gtotree?tab=tags .. raw:: html Download stats ----------------- .. raw:: html :file: ../../templates/package_dashboard.html Link to this page ----------------- Render an |install-with-bioconda| badge with the following MarkDown:: [![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat)](http://bioconda.github.io/recipes/gtotree/README.html) .. |install-with-bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat :target: http://bioconda.github.io/recipes/gtotree/README.html