recipe cooler

Sparse binary format for genomic interaction matrices

Homepage:

https://github.com/open2c/cooler

License:

BSD / BSD-3-Clause

Recipe:

/cooler/meta.yaml

Links:

doi: 0.1093/bioinformatics/btz540

package cooler

(downloads) docker_cooler

versions:
0.9.3-00.9.2-00.9.1-00.9.0-00.8.11-20.8.11-10.8.11-00.8.10-00.8.9-0

0.9.3-00.9.2-00.9.1-00.9.0-00.8.11-20.8.11-10.8.11-00.8.10-00.8.9-00.8.8-00.8.7-00.8.6-00.8.5-00.8.3-00.8.2-10.8.2-00.8.1-00.7.11-00.7.10-10.7.10-00.7.9-00.7.8-00.7.7-00.7.6-40.7.6-30.7.6-20.7.6-10.7.6-00.7.4-00.7.0-0

depends asciitree:

depends click:

>7

depends cytoolz:

depends dask:

depends h5py:

>=2.5

depends hdf5:

depends multiprocess:

depends numpy:

>=1.9

depends pairix:

depends pandas:

>1.0

depends pyfaidx:

depends pysam:

>0.8

depends python:

>=3.6

depends pyyaml:

depends scipy:

depends simplejson:

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 cooler

and update with::

   mamba update cooler

To create a new environment, run:

mamba create --name myenvname cooler

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

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

Download stats