-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Hi, I got an error as listed below.
Exception in thread "main" java.lang.NumberFormatException: For input string: "chr10:0-130694993"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:580)
at java.lang.Integer.parseInt(Integer.java:615)
at utils.CoolerExpected.parseExpectedFile(CoolerExpected.java:94)
at utils.CoolerExpected.dumpExpected(CoolerExpected.java:79)
at multiProcesing.ProcessCoolerDumpData.go(ProcessCoolerDumpData.java:61)
at sipMain.Hic_main.main(Hic_main.java:280)
And below is my command line.
java -Djava.io.tmpdir=${tmpdir} -jar **/yczhang/softwares/SIP/SIP_HiC_v1.6.1.jar cool
${mcool} ${chrsize} ${out} ${cooltoolspath} ${coolerpath} -cpu 2 -factor 1 -res $res
Do you know what's the possible cause of this?
Thanks,
Yanchun