recipe adam

Genomics analysis platform built on Apache Avro, Apache Spark, and Apache Parquet

Homepage:

https://github.com/bigdatagenomics/adam

License:

Apache-2.0

Recipe:

/adam/meta.yaml

package adam

(downloads) docker_adam

versions:
1.0.1-01.0-00.37.0-00.36.0-00.35.0-00.34.0-10.34.0-00.33.0-00.32.0-0

1.0.1-01.0-00.37.0-00.36.0-00.35.0-00.34.0-10.34.0-00.33.0-00.32.0-00.31.0-00.30.0-00.29.0-00.28.0-00.27.0-10.26.0-10.25.0-10.24.0-10.24.0-00.23.0-00.22.0-0

depends openjdk:

>=8

depends pyspark:

>=3.2.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 adam

and update with::

   mamba update adam

To create a new environment, run:

mamba create --name myenvname adam

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

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

Download stats