recipe hicexplorer

Set of programs to process, analyze and visualize Hi-C and capture Hi-C data

Homepage:

https://github.com/deeptools/HiCExplorer

License:

GPL3

Recipe:

/hicexplorer/meta.yaml

Links:

doi: 10.1093/nar/gky504, doi: 10.1093/nar/gkaa220, doi: 10.1093/gigascience/giac061, usegalaxy-eu: hicexplorer_hicplotviewpoint

package hicexplorer

(downloads) docker_hicexplorer

versions:
3.7.3-03.7.2-13.7.2-03.7.1-03.7-03.6-03.5.3-03.5.2-03.5.1-0

3.7.3-03.7.2-13.7.2-03.7.1-03.7-03.6-03.5.3-03.5.2-03.5.1-03.5-03.4.3-13.4.3-03.4.2-03.4.1-13.4.1-03.4-03.3.1-03.3-03.2-03.1-03.0.2-03.0.1-02.2.3-02.2.2-02.2.1-02.2-12.2-02.2beta-02.1.4-32.1.4-22.1.3-02.1.2-02.1.1-12.1.1-02.1-02.1alpha1-02.0-12.0-01.8.1-01.8-21.8-11.8-01.7.2-01.7.1-01.6.1-01.6-01.4-01.3-01.2-01.1a-00.1-0

depends biopython:

depends cleanlab:

>=2.5

depends cooler:

>=0.9.3

depends fit_nbinom:

>=1.2

depends future:

depends hic2cool:

>=0.8.3

depends hicmatrix:

>=17

depends hyperopt:

>=0.2.7

depends imbalanced-learn:

>=0.11

depends intervaltree:

depends ipykernel:

>=6.25.2

depends jinja2:

depends krbalancing:

>=0.0.5

depends matplotlib-base:

>=3.6

depends numpy:

>=1.19

depends pandas:

>=2.0

depends psutil:

depends pybedtools:

>=0.9

depends pybigwig:

depends pygenometracks:

>=3.8

depends pysam:

depends pytables:

depends python:

>=3.8

depends python-graphviz:

>=0.20

depends scikit-learn:

>=1.3.1

depends scipy:

>=1.10

depends tqdm:

>=4.66

depends unidecode:

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 hicexplorer

and update with::

   mamba update hicexplorer

To create a new environment, run:

mamba create --name myenvname hicexplorer

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

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

Download stats