recipe igv

Integrative Genomics Viewer. Fast, efficient, scalable visualization tool for genomics data and annotations.

Homepage:

http://www.broadinstitute.org/software/igv/home

License:

MIT / MIT

Recipe:

/igv/meta.yaml

Links:

biotools: igv

package igv

(downloads) docker_igv

versions:
2.17.4-02.17.3-02.16.2-02.13.2-02.13.1-02.13.0-02.12.3-02.12.2-02.12.1-0

2.17.4-02.17.3-02.16.2-02.13.2-02.13.1-02.13.0-02.12.3-02.12.2-02.12.1-02.12.0-02.11.9-02.11.7-02.11.6-02.11.5-02.11.4-02.11.3-02.11.2-02.11.1-02.11.0-02.10.3-02.10.2-02.10.0-02.9.5-02.9.4-12.9.4-02.9.3-02.9.2-02.9.1-02.9.0-02.8.13-02.8.12-02.8.11-02.8.10-02.8.9-02.8.8-02.8.6-02.8.5-02.8.4-02.8.3-02.8.2-02.8.1-02.8.0-02.5.2-02.4.17-02.4.16-02.4.9-12.4.9-02.4.6-02.3.98-0

depends openjdk:

17.*

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 igv

and update with::

   mamba update igv

To create a new environment, run:

mamba create --name myenvname igv

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

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

Download stats