recipe pathphynder

A workflow for ancient DNA placement into reference phylogenies.

Homepage:

https://github.com/ruidlpm/pathPhynder

License:

MIT / MIT

Recipe:

/pathphynder/meta.yaml

Links:

doi: 10.1093/molbev/msac017

Ancient DNA data is characterized by deamination and low-coverage sequencing, which results in a high fraction of missing data and erroneous calls. These factors affect the estimation of phylogenetic trees with modern and ancient DNA, especially when dealing with many ancient samples sequenced to lower coverage. Furthermore, most ancient DNA analyses of the Y chromosome, for example, rely on previously known markers, but additional variation will continuously emerge as more data is generated. This workflow offers a solution for integrating ancient and present-day haploid data, first by identifiying informative markers in a high coverage dataset, second, by calling and filtering these SNPs in ancient samples and lastly, by traversing the tree and evaluate the number of derived and ancestral markers in the ancients to find the most likely branch where it belongs.

package pathphynder

(downloads) docker_pathphynder

Versions:

1.2.4-01.2.3-01.2.2-01.2.1-31.2.1-21.2.1-11.2.1-01.2.0-0

Depends:
  • on phynder

  • on python

  • on r-base

  • on r-optparse

  • on r-phytools

  • on r-scales

  • on samtools

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 pathphynder

to add into an existing workspace instead, run:

pixi add pathphynder

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 pathphynder

Alternatively, to install into a new environment, run:

conda create -n envname pathphynder

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

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