-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Out of Memory issue with BAM files #24
Comments
How big is your memory? |
For memory issues (and nanopore can certainly trigger these if you have some very long reads) then you can try adding |
jfy133
added a commit
to nf-core/eager
that referenced
this issue
Apr 8, 2020
In an attempt to close #378 following bcbio/bcbio-nextgen#2989 via s-andrews/FastQC#24
lordkev
pushed a commit
to lordkev/eager
that referenced
this issue
May 6, 2020
In an attempt to close nf-core#378 following bcbio/bcbio-nextgen#2989 via s-andrews/FastQC#24
pontushojer
added a commit
to AfshinLab/BLR
that referenced
this issue
Aug 17, 2020
… This is to avoid running out of memory, see s-andrews/FastQC#24.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Getting the following error on a merged oxford nanopore based BAM file. Suggestions ?
Exception in thread "Thread-1" java.lang.OutOfMemoryError: GC overhead limit exceeded
at uk.ac.babraham.FastQC.Modules.GCModel.GCModel.(GCModel.java:69)
at uk.ac.babraham.FastQC.Modules.PerSequenceGCContent.processSequence(PerSequenceGCContent.java:198)
at uk.ac.babraham.FastQC.Analysis.AnalysisRunner.run(AnalysisRunner.java:88)
at java.lang.Thread.run(Thread.java:745)
The text was updated successfully, but these errors were encountered: