Hello!
I'm using 3D-DNA to assemble my genome to chromosome level, and I use this pipeline:
~/run-asm-pipeline.sh -r 2 \
--editor-repeat-coverage 10 \
--editor-coarse-resolution 5000 \
~/xxx.fasta \
~/merged_nodups.txt
but the output xxx.1.hic seems not good, with so many blocks not in the diagonal line:

however, if I adjust "normalization" option to "coverage", It seems better:
What's more, there is a white band on the right corner of the heat map, which has low coverage less than 10, but why those regions were not removed for using "--editor-repeat-coverage 10" ?
Thanks in advance!