WARN [2021-01-05T19:16:10,229] [Globals.java:138] [main] Development mode is enabled
No error message or any message. This is the only message that popped out.
I searched in this group and found this post (https://groups.google.com/g/3d-genomics/c/vsUgDt21CF4/m/-lIByy3HBgAJ). It says it may because the KR normalization didn't converge, so no output was generated. And it suggests us to increase the iteration time for function computeKR in juicebox.tools.utils.original.NormalizationCalculations.java., so that the matrix can converge, following by running addNorm function to re-create KR vectors for the .hic file.
However, when I ran the code below, I lost all normalized matrices under different normalization (KR, VC, VC_SQRT), different resolution, and different chromosomes (I tested 1-22 and chr1-chr22). Although the size of the .hic file is the same after running addNorm.
java -jar juicer_tools.jar addNorm sample.hic -j 10
java -jar juicer_tools.jar addNorm sample.hic -j 10 -w 500
This is the version of Juicer I'm using right now: Juicer Tools Version 1.22.01
So there are two main issues happening:
1. Some KR-normalized matrices are missing at certain resolution for certain chromosomes.
2. After running addNorm, all normalization vectors are missing in the .hic file.
I will greatly appreciate it if you guys can give us some suggestions to fix those issues!
Thank you ahead!
Holden
WARN [2021-01-05T14:23:44,185] [Globals.java:138] [main] Development mode is enabled
Using 10 CPU thread(s)
Calculating norms for zoom BP_2500000
Calculating norms for zoom BP_1000000
Calculating norms for zoom BP_500000
Calculating norms for zoom BP_250000
Calculating norms for zoom BP_100000
Calculating norms for zoom BP_50000
Calculating norms for zoom BP_25000
Calculating norms for zoom BP_10000
Calculating norms for zoom BP_5000
Calculating norms for zoom BP_1000
Calculating norms for zoom FRAG_500
Calculating norms for zoom FRAG_200
Calculating norms for zoom FRAG_100
Calculating norms for zoom FRAG_50
Calculating norms for zoom FRAG_20
Calculating norms for zoom FRAG_5
Calculating norms for zoom FRAG_2
Calculating norms for zoom FRAG_1
Finished writing norms
--
You received this message because you are subscribed to the Google Groups "3D Genomics" group.
To unsubscribe from this group and stop receiving emails from it, send an email to 3d-genomics...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/3d-genomics/38583de5-0ea4-4c66-8131-dbfcbb53492dn%40googlegroups.com.