Closed mdozmorov closed 1 year ago
Hi Mikhail,
Sorry for the late response.
runHiC actually does not require pairtools==0.3
as a mandatory dependency. However, I've received feedback from some users stating that upgrading pairtools to v1.0 resulted in unexpected outcomes - they obtained different results in various runs when they used pairtools v1.0
, even with identical parameters on the same dataset. That's why I decided to include pairtools==0.3
in the installation guide to ensure consistent and accurate results.
Regarding your pull request #13, I have conducted tests on different machines, but I couldn't replicate the problems you described. All the dependencies could be installed successfully using the current command mamba create -n runHiC matplotlib biopython cooler sra-tools bwa minimap2 samtools pigz chromap "pairtools==0.3" "numpy<=1.23"
.
Xiaotao
Hi Xiaotao,
You are correct, now I can install runHiC following the docs, without errors. Not sure why the problem existed. I'm still struggling with making it run, it seems runHiC is sensitive to paths. But that's a separate problem that I hope to solve.
Thanks for your help and all the tools you created! Mikhail
Hi, I installed runHiC with Python 3.10 and pairtools v.1.0.2. The pipeline runs and produces the .mcool files. The log looks good. But on screen, I noticed the not sorted warning, the full output below. It appears for each sample. Is it something to be concerned? Or, pairtools must be
pairtools==0.3
, which require Python 3.9?