Hi,
I am trying to run mustache on a publicly available dataset, but I keep getting an error:
python3 ~/code/mustache/mustache/mustache.py -f GSE130275_mESC_WT_combined_2.6B.mcool -pt 0.1 -o ES_loops_200.tsv -r 200 -p 10
KeyError: "No cooler found at: GSE130275_mESC_WT_combined_2.6B.mcool. Coolers found in ['/0', '/1', '/2', '/3', '/4', '/5', '/6', '/7', '/8', '/9', '/10', '/11', '/12', '/13', '/14', '/15', '/16', '/17']. Use '::' to specify a group path"
It seems this file does not have the various resolutions stored as ::/resolutions/...
Is there a way to correct the file format? Is there a way to load this file with mustache and diff_mustache?
Here is the file in question:
https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE130275
Thanks!
Hi,
I am trying to run mustache on a publicly available dataset, but I keep getting an error:
python3 ~/code/mustache/mustache/mustache.py -f GSE130275_mESC_WT_combined_2.6B.mcool -pt 0.1 -o ES_loops_200.tsv -r 200 -p 10
KeyError: "No cooler found at: GSE130275_mESC_WT_combined_2.6B.mcool. Coolers found in ['/0', '/1', '/2', '/3', '/4', '/5', '/6', '/7', '/8', '/9', '/10', '/11', '/12', '/13', '/14', '/15', '/16', '/17']. Use '::' to specify a group path"
It seems this file does not have the various resolutions stored as ::/resolutions/...
Is there a way to correct the file format? Is there a way to load this file with mustache and diff_mustache?
Here is the file in question:
https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE130275
Thanks!