recipe hictk

Blazing fast toolkit to work with .hic and .cool files

Homepage:

https://github.com/paulsengroup/hictk

Documentation:

https://hictk.readthedocs.io/en/stable/

License:

MIT

Recipe:

/hictk/meta.yaml

Links:

biotools: hictk, doi: 10.5281/zenodo.8214221

package hictk

(downloads) docker_hictk

Versions:
2.2.0-02.1.5-02.1.4-02.1.2-02.1.1-02.1.0-02.0.2-12.0.2-02.0.1-0

2.2.0-02.1.5-02.1.4-02.1.2-02.1.1-02.1.0-02.0.2-12.0.2-02.0.1-02.0.0-01.0.0-21.0.0-11.0.0-00.0.12-10.0.12-00.0.11-00.0.10-00.0.9-00.0.8-00.0.7-00.0.6-00.0.5-00.0.4-00.0.3-00.0.2-00.0.1-0

Depends:
  • on hdf5 >=1.12

  • on hdf5 >=1.14.6,<1.14.7.0a0

  • on libarchive >=3

  • on libarchive >=3.8.2,<3.9.0a0

  • on libdeflate >=1

  • on libdeflate >=1.25,<1.26.0a0

  • on libgcc >=13

  • on libopentelemetry-cpp >=1

  • on libopentelemetry-cpp >=1.21.0,<1.22.0a0

  • on libstdcxx >=13

  • on zstd >=1.5

  • on zstd >=1.5.7,<1.6.0a0

Additional platforms:
linux-aarch64osx-arm64

Installation

You need a conda-compatible package manager (currently either pixi, conda, or micromamba) and the Bioconda channel already activated (see Usage). Below, we show how to install with either pixi or conda (for micromamba and mamba, commands are essentially the same as with conda).

Pixi

With pixi installed and the Bioconda channel set up (see Usage), to install globally, run:

pixi global install hictk

to add into an existing workspace instead, run:

pixi add hictk

In the latter case, make sure to first add bioconda and conda-forge to the channels considered by the workspace:

pixi workspace channel add conda-forge
pixi workspace channel add bioconda

Conda

With conda installed and the Bioconda channel set up (see Usage), to install into an existing and activated environment, run:

conda install hictk

Alternatively, to install into a new environment, run:

conda create -n envname hictk

with envname being the name of the desired environment.

Container

Alternatively, every Bioconda package is available as a container image for usage with your preferred container runtime. For e.g. docker, run:

docker pull quay.io/biocontainers/hictk:<tag>

(see hictk/tags for valid values for <tag>).

Integrated deployment

Finally, note that many scientific workflow management systems directly integrate both conda and container based software deployment. Thus, workflow steps can be often directly annotated to use the package, leading to automatic deployment by the respective workflow management system, thereby improving reproducibility and transparency. Check the documentation of your workflow management system to find out about the integration.

Download stats