deeptools / HiCExplorer

HiCExplorer is a powerful and easy to use set of tools to process, normalize and visualize Hi-C data.
https://hicexplorer.readthedocs.org
GNU General Public License v3.0
223 stars 68 forks source link

HiCExplorer 3.5.2 #884

Closed robin-sto closed 6 months ago

robin-sto commented 6 months ago

Hello,

Where can I get hiCExplorer version 3.5.2?

Thank you.

joachimwolff commented 6 months ago

Please use the requirements.txt file of the release (https://github.com/deeptools/HiCExplorer/blob/3.5.2/requirements.txt), and change first all dependencies from a >= to =. Next, install the dependencies in their own environment via conda create -n hicexplorer3.5.2 --file requirements.txt hicexplorer=3.5.2. Last, activate the environment conda activate hicexplorer3.5.2. The step to fixate the dependency version is necessary after three years to get the versions of this time and not newer ones with maybe changed APIs.

Alternatively, you can get the release here: https://github.com/deeptools/HiCExplorer/releases/tag/3.5.2 or https://github.com/deeptools/HiCExplorer/tree/3.5.2.

robin-sto commented 6 months ago

Thank you.