Open walidabualafia opened 1 year ago
This command works:
hint tl -m /path/to/data_1Mb.cool,/path/to/data_100kb.cool --chimeric /path/to/test_chimeric.sorted.pairsam.gz --refdir /path/to/refDir/hg19 --backdir /path/to/backgroundMatrices/hg19 --ppath /path/to/pairix -f cooler -g hg19 -n test -o /path/to/outputDir
This command fails with ValueError: row index exceeds matrix dimensions
:
hint tl -m /path/to/4DNFICSTCJQZ.hic -f juicer --refdir /path/to/refData/hg38 --backdir /path/to/backgroundMatrices/hg38 -g hg38 -n 4DNFICSTCJQZ -c 0.05 --ppath /path/to/pairix -p 12 -o HiNTtransl_juicerOUTPUT
Hi all,
I am trying to run HiNT on the example dataset, but it keeps failing. I installed hint from Conda, using the following steps:
conda create -p $(pwd)/hint-env
conda activate ./hint-env
conda install -c su hint
It installs without error, and when I run
hint --version
, I get backhint 2.2.8
. I am running on aRHEL8
cluster.However, I am trying to run this script:
Whenever I run it, I am faced with the following error:
This feels like a bug in the software, as I have installed it multiple times, in many different ways, and cannot get past this. I also saw that I user reported this issue a while back, but did not get a response.
FYI: I did not use the env var
${HINT_ENV}
. I used full, absolute paths while running the example. I replaced the absolute paths in this comment for security purposes.Any and all help would be appreciated. Thanks! :)