Hi, everyone
I want to perform APA on the Hi-C dataset with the loop regions from Rao et al. 2014.
The command is :
java -Xmx20g -jar ~/Juicebox/juicer_tools.jar apa -r 10000 -c chr2 /data/4DNFI1UEG1HD.hic all_loops_filter.txt Result_dir
And I got:
WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance.
WARN [2022-01-11T21:02:43,339] [Globals.java:138] [main] Development mode is enabled
Reading file: /data/4DNFI1UEG1HD.hic
Using 1 CPU thread(s) for primary task
Processing APA for resolution 10000
Loop list is empty or incorrect path provided.
The head lines of my loop file:
chr1 153507524 153987524 chr1 153507524 153987524 loop2 100 + +
chr1 184070866 184670866 chr1 184070866 184670866 loop3 100 + +
chr1 184070866 184230866 chr1 184070866 184230866 loop4 100 + +
chr1 204560872 204770872 chr1 204560872 204770872 loop5 100 + +
chr1 147258346 147648198 chr1 147258346 147648198 loop6 100 + +
chr1 147268341 147897870 chr1 147268341 147897870 loop7 100 + +
#chr1 x1 x2 chr2 y1 y2 name score strand1 strand2 color
chr5 85000000 89000000 chr5 85000000 89000000 . . . . 255,0,0
But the same error occurred!
Is there something wrong with my loop file or anything else? Can anyone help or provide a standard bedpe file?
Best wish,
Thanks!