recipe chromosight

Detect loops (and other patterns) in Hi-C contact maps.

Homepage:

https://github.com/koszullab/chromosight

License:

OTHER / Artistic

Recipe:

/chromosight/meta.yaml

package chromosight

(downloads) docker_chromosight

versions:
1.6.3-01.6.2-01.6.1-01.6.0-01.5.1-01.5.0-01.4.1-01.3.3-01.3.1-0

1.6.3-01.6.2-01.6.1-01.6.0-01.5.1-01.5.0-01.4.1-01.3.3-01.3.1-01.2.1-01.2.0-01.1.4-01.1.3-01.1.2-01.1.1-01.1.0-01.0.0-00.9.9-00.9.8-00.9.7-00.9.5-00.9.3-00.9.2-00.9.1-00.9.0-00.8.2-00.8.0-00.7.3-00.7.2-00.7.1-00.7.0-00.6.0-00.5.2-00.5.1-00.5.0-00.4.0-00.3.1-00.3.0-0

depends cooler:

depends docopt:

depends jsonschema:

depends matplotlib-base:

depends numpy:

depends python:

>=3.6

depends scikit-learn:

depends scipy:

>=1.3

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 chromosight

and update with::

   mamba update chromosight

To create a new environment, run:

mamba create --name myenvname chromosight

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

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

Download stats