recipe phyml

Phylogenetic estimation using (Maximum) Likelihood

Homepage:

http://www.atgc-montpellier.fr/phyml/

Documentation:

https://github.com/stephaneguindon/phyml/blob/master/doc/phyml-manual.pdf

Developer docs:

https://github.com/stephaneguindon/phyml/

License:

GPL / GPL-3.0-only

Recipe:

/phyml/meta.yaml

Links:

biotools: phyml, doi: 10.1093/sysbio/syq010

PhyML is a software that estimates maximum likelihood phylogenies from alignments of nucleotide or amino acid sequences. The main strength of PhyML lies in the large number of substitution models coupled to various options to search the space of phylogenetic tree topologies, going from very fast and efficient methods to slower but generally more accurate approaches. PhyML was designed to process moderate to large data sets. In theory, alignments with up to 4,000 sequences 2,000,000 character-long can be processed. PhyML can process data sets made of multiple genes and fit sophisticated substitution models with heterogeneous components across partition elements.

package phyml

(downloads) docker_phyml

Versions:
3.3.20220408-33.3.20220408-23.3.20220408-13.3.20220408-03.3.20211231-23.3.20211231-13.3.20211231-03.3.20200621-23.3.20200621-1

3.3.20220408-33.3.20220408-23.3.20220408-13.3.20220408-03.3.20211231-23.3.20211231-13.3.20211231-03.3.20200621-23.3.20200621-13.3.20200621-03.3.20190909-13.3.20190909-03.3.20190908-03.3.20190321-13.3.20190321-03.3.20180621-03.3.20170530-03.2.0-43.2.0-33.2.0-23.2.0-0

Depends:
  • on libgcc >=13

  • on openmpi >=4.1.6,<5.0a0

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 phyml

to add into an existing workspace instead, run:

pixi add phyml

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 phyml

Alternatively, to install into a new environment, run:

conda create -n envname phyml

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

(see phyml/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