Hi,
I have multiple .hic files that were aligned to hg38 using the attached hg38_limited.chrom.sizes file.
I edited the filename at some point, so now I have certain files that used "hg38.chrom.sizes" while others used "hg38_limited.chrom.sizes", but the contents of this chrom.sizes file was the same in both cases.
Now, I cannot load both files in to Juicebox simultaneously (one as "observed" and one as "control") because they have "different genomes".
Is there a way for me to edit the metadata in the .hic file so that the genomeId fields in the hic file headers match?
I have been looking that the .hic file format specifications and I cannot figure out how to read / edit these files.
The code for reading and writing the hic file format is available at the Juicebox GitHub repository; consult the
class DatasetReaderV2 in package juicebox.data for reading and the class Preprocessor in package
juicebox.tools.utils.original for writing.
But then I cannot find these files or the documentation surrounding them.
Please advise. Thank you!
- Michael