recipe hmftools-sage

SAGE is a somatic SNV, MNV and small INDEL caller optimised 100x tumor / 40x normal coverage, but has a flexible set of filters that can be adapted to lower or higher depth coverage.

Homepage:

https://github.com/hartwigmedical/hmftools/tree/master/sage

License:

GPL / GPL-3.0-only

Recipe:

/hmftools-sage/meta.yaml

package hmftools-sage

(downloads) docker_hmftools-sage

versions:
3.4.2-03.4.1-03.4-13.4-03.2.3-03.1-03.0.3-03.0.2-03.0.1-0

3.4.2-03.4.1-03.4-13.4-03.2.3-03.1-03.0.3-03.0.2-03.0.1-02.8-12.8-02.7-12.7-02.6-02.5-02.4-02.3-02.2-22.2-12.2-01.0-0

depends bioconductor-genomicranges:

depends bioconductor-variantannotation:

depends font-ttf-dejavu:

depends openjdk:

>=8

depends r-dplyr:

depends r-ggplot2:

depends r-tidyr:

depends xorg-libxt:

depends zlib:

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 hmftools-sage

and update with::

   mamba update hmftools-sage

To create a new environment, run:

mamba create --name myenvname hmftools-sage

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/hmftools-sage:<tag>

(see `hmftools-sage/tags`_ for valid values for ``<tag>``)

Download stats