recipe jbrowse

The JBrowse Genome Browser

Homepage:

https://jbrowse.org/

License:

LGPL

Recipe:

/jbrowse/meta.yaml

Links:

biotools: jbrowse, doi: 10.1101/gr.094607.109

package jbrowse

(downloads) docker_jbrowse

versions:
1.16.11-61.16.11-51.16.11-41.16.11-31.16.11-21.16.11-11.16.11-01.16.10-01.16.9-0

1.16.11-61.16.11-51.16.11-41.16.11-31.16.11-21.16.11-11.16.11-01.16.10-01.16.9-01.16.8-01.16.6-11.16.6-01.16.5-01.16.4-01.16.2-71.16.2-61.16.2-51.16.2-41.16.1-41.16.1-31.16.1-21.16.1-11.16.1-01.15.4-01.15.1-01.15.0-01.12.5-21.12.5-01.12.3-01.12.1-31.12.1-21.12.1-11.12.1-0

depends gff3sort:

depends libcxx:

>=15.0.7

depends nodejs:

>=15.14.0,<16.0a0

depends perl:

>=5.32.1,<5.33.0a0 *_perl5

depends perl-bio-featureio:

depends perl-bio-gff3:

depends perl-bioperl:

depends perl-capture-tiny:

depends perl-db-file:

depends perl-devel-size:

depends perl-digest-crc32:

depends perl-exporter-tiny:

depends perl-file-copy-recursive:

depends perl-file-next:

depends perl-hash-merge:

depends perl-heap-simple:

depends perl-io-uncompress-gunzip:

depends perl-json:

depends perl-list-moreutils:

depends perl-local-lib:

depends perl-perlio-gzip:

depends perl-scalar-list-utils:

depends perl-test-deep:

depends perl-test-simple:

depends perl-test-warn:

depends perl-uri:

5.17.*

depends python_abi:

2.7.* *_cp27m

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 jbrowse

and update with::

   mamba update jbrowse

To create a new environment, run:

mamba create --name myenvname jbrowse

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

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

Download stats