Timothy En Haw Chan

Results 3 comments of Timothy En Haw Chan

Update: Looks like the solution is downgrade numpy. ``` python -m pip uninstall numpy python -m pip install numpy==1.23.1 ``` Will provide an update for the result.

Preprocess done, suggested downgrade numpy solved the problem. I got two errors on the following process: OutOfMemoryError and CalledProcessError, but I still got a functional hg38.hic at outpuit. Maybe I...

changed to --memory 40G, The conversion done perfectly. Thanks for developing the tool!