-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
F-seq 1.85 craches on one of my bed files (BAM ==> BED) with an out of memory error (F-Seq is allowed to use 240 GiB of memory) (the other 11 samples work fine with 8Gib of memory):
$ /software/fseq/fseq-1.85/bin/fseq -of wig -o output_dir test.bed
F-Seq Version 1.85
Exception in thread "main" java.lang.OutOfMemoryError: Requested array size exceeds VM limit
at java.util.Arrays.copyOf(Arrays.java:2219)
at java.util.ArrayList.grow(ArrayList.java:213)
at java.util.ArrayList.ensureCapacityInternal(ArrayList.java:187)
at java.util.ArrayList.add(ArrayList.java:411)
at edu.duke.igsp.gkde.Main.wgShiftCalc(Main.java:403)
at edu.duke.igsp.gkde.Main.main(Main.java:193)
F-seq 1.84 works (uses around 6.4 GiB of memory):
$ /software/fseq/fseq-1.84/bin/fseq -of wig -o output_dir test.bed
Metadata
Metadata
Assignees
Labels
No labels