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
The FQ2HIC-RUNASSEMBLYVIZ module failes with a java OOM error and the pipeline continues. The .hic file that is produced is not usable and too small (200kb). The hi-c fastq reads were 8.5GB each.
Picked up _JAVA_OPTIONS: -Djava.util.prefs.userRoot=user_prefs -Duser.home=user_home -Xms4g -Xmx4g
Dec 11, 2024 7:14:46 AM java.util.prefs.FileSystemPreferences$1 run
INFO: Created user preferences directory.
Exception in thread "main"
java.lang.OutOfMemoryError: Java heap space
at java.base/java.util.Arrays.copyOf(Arrays.java:3689)
at java.base/java.util.ArrayList.grow(ArrayList.java:238)
at java.base/java.util.ArrayList.grow(ArrayList.java:243)
at java.base/java.util.ArrayList.add(ArrayList.java:486)
at java.base/java.util.ArrayList.add(ArrayList.java:499)
at com.google.common.base.Splitter.splitToList(Splitter.java:422)
at juicebox.tools.utils.original.AsciiPairIterator.advance(AsciiPairIterator.java:93)
at juicebox.tools.utils.original.AsciiPairIterator.next(AsciiPairIterator.java:194)
at juicebox.tools.utils.original.Preprocessor.writeBody(Preprocessor.java:387)
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)
Thank you for the bug report. This is not an OOM issue. Rather, it is a JAVA out of heap memory issue. By default, RUNASSEMBLYVISUALIZER is labelled process_single which means it has 6.GB of memory. Java heap memory is calculated as 80% of the task memory (6.GB) here,
Essentially, we need to bump the task memory for RUNASSEMBLYVISUALIZER. Perhaps, we should allocate memory based on the size of the sorted_links_txt_file file,
Description of the bug
The FQ2HIC-RUNASSEMBLYVIZ module failes with a java OOM error and the pipeline continues. The .hic file that is produced is not usable and too small (200kb). The hi-c fastq reads were 8.5GB each.
Command used and terminal output
Relevant files
####FQ2HIC-RUNASSEMBLYVIZ stdout.autosave
Picked up _JAVA_OPTIONS: -Djava.util.prefs.userRoot=user_prefs -Duser.home=user_home -Xms4g -Xmx4g
Dec 11, 2024 7:14:46 AM java.util.prefs.FileSystemPreferences$1 run
INFO: Created user preferences directory.
Exception in thread "main"
java.lang.OutOfMemoryError: Java heap space
at java.base/java.util.Arrays.copyOf(Arrays.java:3689)
at java.base/java.util.ArrayList.grow(ArrayList.java:238)
at java.base/java.util.ArrayList.grow(ArrayList.java:243)
at java.base/java.util.ArrayList.add(ArrayList.java:486)
at java.base/java.util.ArrayList.add(ArrayList.java:499)
at com.google.common.base.Splitter.splitToList(Splitter.java:422)
at juicebox.tools.utils.original.AsciiPairIterator.advance(AsciiPairIterator.java:93)
at juicebox.tools.utils.original.AsciiPairIterator.next(AsciiPairIterator.java:194)
at juicebox.tools.utils.original.Preprocessor.writeBody(Preprocessor.java:387)
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)
System information
This was run on AWS using MMC.
Outputs here:
https://ap-southeast-2.console.aws.amazon.com/s3/buckets/pfr-powerplant?prefix=output/genomic/plant/Actinidia/chinensis/KBC-pangenome/Red9/assemblyqc/®ion=ap-southeast-2&bucketType=general
The text was updated successfully, but these errors were encountered: