Closed atmaivancevic closed 11 months ago
You can generate the *.KRobserved files by using juicebox_dump.py in the src folder
python juicebox_dump_VC.py --hic_file path_to_hic/.hic --juicebox "java -jar juicer_tools_1.22.01.jar" --outdir --chromosomes $chrom
python juicebox_dump_VC.py --hic_file path_to_hic/.hic --juicebox "java -jar juicer_tools_1.22.01.jar" --outdir --chromosomes $chrom I'm sorry, I made the same mistake and it still says no file after using this command line
Any help would be great, many thanks in advance!
Make sure you have juicer_tools.jar
downloaded and adjust the path to the file location if necessary.
Try e.g.
python juicebox_dump.py \
--hic_file path_to_hic/.hic \
--juicebox "java -jar path_to_jar/juicer_tools.jar" \
--outdir my_outdir \
--chromosomes 22
We've revamped the codebase. Please check out https://github.com/broadinstitute/ABC-Enhancer-Gene-Prediction/tree/main and reopen your issue if it still exists
Hi,
I'm having issues whenever I try to use a .hic file type to compute powerlaw fit. From the github, I thought I could feed in just a .hic file, but compute_powerlaw_fit_from_hic.py seems to expect .KRobserved files too? I've attached some example input and errors below.
First, I tried downloading public Hi-C data and fitting a powerlaw distrubtion, e.g.:
But it failed with the following error:
[Errno 2] No such file or directory: 'HiC_from_HCT116-RAD21/chr1/chr1.KRobserved.gz'
I get the same error when I try to download the file suggested on the github, i.e.:
gives this error:
Am I missing something? Do we need to generate the *.KRobserved files ourselves?
Any help would be great, many thanks in advance!