recipe capcruncher

An end-to-end solution for processing Capture-C, Tri-C and Tiled-C data

Homepage:

https://github.com/sims-lab/CapCruncher.git

Documentation:

https://sims-lab.github.io/CapCruncher/

Developer docs:

https://github.com/sims-lab/CapCruncher

License:

GPL3 / GPL-3.0-or-later

Recipe:

/capcruncher/meta.yaml

package capcruncher

(downloads) docker_capcruncher

versions:
0.3.12-00.3.11-00.3.10-00.3.9-00.3.8-00.3.7-00.3.6-00.3.5-00.3.4-0

0.3.12-00.3.11-00.3.10-00.3.9-00.3.8-00.3.7-00.3.6-00.3.5-00.3.4-00.2.3-00.2.2-00.1.1a1-00.1.0a2-0

depends click:

<=8.2.0

depends cooler:

depends duckdb:

depends h5py:

depends loguru:

depends more-itertools:

depends natsort:

depends numpy:

depends pandas:

<=2.0.1

depends plotly:

>5.0.0,<=5.10.0

depends pyarrow:

>8.0.0,<=9.0.0

depends pybedtools:

depends pyranges:

depends pysam:

>0.15.0,<=0.19.1

depends python:

>=3.10

depends python-xxhash:

depends pyyaml:

>=6.0

depends quarto:

depends ray:

depends seaborn:

depends sh:

depends snakemake:

<=7.30.2

depends tqdm:

depends trackhub:

depends tracknado:

depends ujson:

depends xopen:

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 capcruncher

and update with::

   mamba update capcruncher

To create a new environment, run:

mamba create --name myenvname capcruncher

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

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

Download stats