- recipe beast-pype
A package of BEAST 2 pipelines for phylodynamics.
- Homepage:
- License:
GPL-2.0-only
- Recipe:
- package beast-pype¶
-
- Versions:
0.3.0-0,0.2.5-0,0.2.3-0,0.2.2-0,0.2.1-0,0.2.0-0,0.1.4-0,0.1.2-0- Depends:
on arviz
0.23.4on bash_kernel
>=0.10.0on beast2
>=2.6.0on beast2-xml
>=1.5.0on bioconductor-ggtree
>=4.0.4on bioconductor-treeio
>=1.34.0on biopython
>=1.86on click
>=8.3.1on dark-matter
>=5.1.2on ete3
>=3.1.1on ipykernel
>=4.3.1on ipywidgets
>=8.1.8on iqtree
>=3.0.1on jupyter
>=1.1.1on matplotlib-base
>=3.10.8on nbconvert
>=7.16.6on nbformat
>=5.10.4on nextclade
>=3.18.1on numpy
>=2.4.0on pandas
>=2.3.3on papermill
>=2.6.0on parallel
>=2051122on psutil
>=7.2.2on pytest
>=9.0.2on pytest-xdist
>=3.8.0on python
>=3.10on python-dateutil
>=2.9.0on pyyaml
>=6.0.3on r-dplyr
>=1.2.0on r-ggplot2
>=4.0.2on r-htmltools
>=0.5.9on r-irkernel
>=1.3.2on r-lubridate
>=1.9.5on r-png
>=0.1_8on r-readr
>=2.2.0on r-tidyr
>=1.3.2on scipy
>=1.16.3on seaborn
>=0.13.2on seqkit
>=2.12.0on treetime
>=0.11.4on xarray
>=2025.12.0
- Additional platforms:
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 beast-pype
to add into an existing workspace instead, run:
pixi add beast-pype
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 beast-pype
Alternatively, to install into a new environment, run:
conda create -n envname beast-pype
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/beast-pype:<tag>
(see beast-pype/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/beast-pype/README.html)