You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
When I finished Juicer alignment and got merged_nodups.txt to run 3d-dna pipeline, I got the following issues:
gawk: scaffold/merge-scores.awk:42: fatal: division by zero attempted
java.lang.NumberFormatException: For input string: "100M"
at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.base/java.lang.Integer.parseInt(Integer.java:652)
at java.base/java.lang.Integer.parseInt(Integer.java:770)
at juicebox.tools.utils.original.AsciiPairIterator.advance(AsciiPairIterator.java:148)
at juicebox.tools.utils.original.AsciiPairIterator.next(AsciiPairIterator.java:194)
at juicebox.tools.utils.original.Preprocessor.computeWholeGenomeMatrix(Preprocessor.java:493)
at juicebox.tools.utils.original.Preprocessor.writeBody(Preprocessor.java:371)
at juicebox.tools.utils.original.Preprocessor.preprocess(Preprocessor.java:283)
at juicebox.tools.clt.old.PreProcessing.run(PreProcessing.java:108)
at juicebox.tools.HiCTools.main(HiCTools.java:86)
My command is:
./run-asm-pipeline.sh -m haploid -s 0 -c 25 -j 10 -S init- genome.nextpolish.fasta merged_nodups.txt 50G
Can anyone help with this?
The text was updated successfully, but these errors were encountered:
Hi,
When I finished Juicer alignment and got merged_nodups.txt to run 3d-dna pipeline, I got the following issues:
gawk: scaffold/merge-scores.awk:42: fatal: division by zero attempted
java.lang.NumberFormatException: For input string: "100M"
at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.base/java.lang.Integer.parseInt(Integer.java:652)
at java.base/java.lang.Integer.parseInt(Integer.java:770)
at juicebox.tools.utils.original.AsciiPairIterator.advance(AsciiPairIterator.java:148)
at juicebox.tools.utils.original.AsciiPairIterator.next(AsciiPairIterator.java:194)
at juicebox.tools.utils.original.Preprocessor.computeWholeGenomeMatrix(Preprocessor.java:493)
at juicebox.tools.utils.original.Preprocessor.writeBody(Preprocessor.java:371)
at juicebox.tools.utils.original.Preprocessor.preprocess(Preprocessor.java:283)
at juicebox.tools.clt.old.PreProcessing.run(PreProcessing.java:108)
at juicebox.tools.HiCTools.main(HiCTools.java:86)
My command is:
./run-asm-pipeline.sh -m haploid -s 0 -c 25 -j 10 -S init- genome.nextpolish.fasta merged_nodups.txt 50G
Can anyone help with this?
The text was updated successfully, but these errors were encountered: