ay-lab / dcHiC

dcHiC: Differential compartment analysis for Hi-C datasets
MIT License
60 stars 10 forks source link

--pcatype cis crashing #71

Closed wkc1986 closed 1 year ago

wkc1986 commented 1 year ago

This step keeps crashing:

Performing Z transformation: complete!
Performing block wise correlation calculation        Error: upper value must be greater than lower value

Can you offer any advice? Thank you.

ay-lab commented 1 year ago

It can crash if you have non-standard chromosomes like chrY/chrM and others. Please try to remove those instances from the bed file and give it another shot. Let me know how it goes.

wkc1986 commented 1 year ago

Yes, this was due to leftover files from a failed run from which chrX had not been omitted. Thanks.