recipe phylophlan

Precise phylogenetic analysis of microbial isolates and genomes from metagenomes

Homepage:

https://github.com/biobakery/phylophlan

License:

MIT / MIT License

Recipe:

/phylophlan/meta.yaml

PhyloPhlAn 3.0 is an integrated pipeline for large-scale phylogenetic profiling of genomes and metagenomes. PhyloPhlAn 3.0 is an accurate, rapid, and easy-to-use method for large-scale microbial genome characterization and phylogenetic analysis at multiple levels of resolution. PhyloPhlAn 3.0 can assign both genomes and metagenome-assembled genomes (MAGs) to species-level genome bins (SGBs). PhyloPhlAn 3.0 can reconstruct strain-level phylogenies using clade-specific maximally informative phylogenetic markers, and can also scale to very-large phylogenies comprising >17,000 microbial species.

package phylophlan

(downloads) docker_phylophlan

versions:
3.1.1-03.1-03.0.3-03.0.2-03.0.1-03.0-73.0-63.0-53.0-4

3.1.1-03.1-03.0.3-03.0.2-03.0.1-03.0-73.0-63.0-53.0-43.0-23.0-13.0-0

depends biopython:

>=1.73

depends blast:

>=2.6.0

depends dendropy:

>=4.4.0

depends diamond:

>=0.9

depends fasttree:

>=2.1.8

depends iqtree:

>=1.6.6

depends mafft:

>=7.310

depends mash:

depends matplotlib-base:

>=3.1.0

depends muscle:

>=3.8.1551

depends numpy:

>=1.15.4

depends pandas:

>=0.24.2

depends python:

>=3.7

depends raxml:

>=8.2.10

depends requests:

depends seaborn:

>=0.9.0

depends trimal:

>=1.4.1

requirements:

Installation

You need a conda-compatible package manager (currently either micromamba, mamba, or conda) and the Bioconda channel already activated (see 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 phylophlan

and update with::

   mamba update phylophlan

To create a new environment, run:

mamba create --name myenvname phylophlan

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/phylophlan:<tag>

(see `phylophlan/tags`_ for valid values for ``<tag>``)

Download stats