recipe jbrowse2

The JBrowse 2 Genome Browser

Homepage:

https://jbrowse.org/

License:

Apache / Apache-2.0

Recipe:

/jbrowse2/meta.yaml

Links:

biotools: jbrowse, doi: 10.1101/gr.094607.109

package jbrowse2

(downloads) docker_jbrowse2

versions:
2.11.0-02.10.3-02.10.2-02.10.1-02.10.0-02.9.0-02.8.0-02.7.2-02.7.1-0

2.11.0-02.10.3-02.10.2-02.10.1-02.10.0-02.9.0-02.8.0-02.7.2-02.7.1-02.7.0-02.6.3-02.6.2-02.6.1-02.5.0-12.5.0-02.4.2-02.4.1-02.4.0-02.3.4-02.3.3-02.3.2-02.3.1-02.2.2-02.2.1-02.2.0-02.1.6-02.1.5-02.1.4-02.1.2-02.1.0-02.0.1-02.0.0-01.7.11-01.7.10-01.7.9-01.7.8-01.7.7-01.7.6-01.7.4-01.7.3-01.6.9-01.6.7-01.6.6-01.6.5-01.6.4-11.6.4-01.5.9-11.5.9-01.5.8-01.5.5-01.5.3-01.5.1-01.5.0-01.4.4-01.4.1-01.3.5-01.3.3-01.3.2-0

depends bcftools:

depends gff3sort:

depends htslib:

depends nodejs:

depends samtools:

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 jbrowse2

and update with::

   mamba update jbrowse2

To create a new environment, run:

mamba create --name myenvname jbrowse2

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

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

Download stats