Hello!
I'm attempting to run HICCUPS on a single computer. Below is my line of code:
$ java -jar juicer_tools hiccups <path_to_hic_file> <path_to_output>
I get the following output:
Reading file: <hic file>
HiC file version: 8
No valid configurations specified, using default settings
Default settings for 5kb, 10kb, and 25kb being used
Running HiCCUPS for resolution 5000
GPU/CUDA Installation Not Detected
Exiting HiCCUPS
Why am I getting the GPU/CUDA error if I am only running on a CPU? How can I get around this?
Thanks!
-Andrea