Fastqc Exception Problem
1
0
Entering edit mode
3.0 years ago
Maliha ▴ 30

Hello, I am running fastqc on Ubuntu 20.04.4 LTS. While doing that, after some time this error message is coming up-

Exception in thread "Thread-1" java.lang.OutOfMemoryError: Java heap space at uk.ac.babraham.FastQC.Modules.GCModel.GCModel.<init>(GCModel.java:69) at uk.ac.babraham.FastQC.Modules.PerSequenceGCContent.processSequence(PerSequenceGCContent.java:198) at uk.ac.babraham.FastQC.Analysis.AnalysisRunner.run(AnalysisRunner.java:89) at java.base/java.lang.Thread.run(Thread.java:829) enter image description here

fastqc fastq • 3.4k views
ADD COMMENT
0
Entering edit mode

FastQC ran out of memory. Do you have a small amount of memory available? Are you using virtual machine?

ADD REPLY
0
Entering edit mode

I am not using virtual machine. I have dual boot of windows 10 and Ubuntu. How do I add memory in fastqc?

ADD REPLY
1
Entering edit mode
3.0 years ago
GenoMax 153k

Try running fastqc -t 2 youfile. See if that works. This hack assigns more memory to FastQC.

ADD COMMENT
0
Entering edit mode

Yes, I am booted into Ubuntu now. Ubuntu has 80GB memory in total and currently it has 68GB free memory left.

ADD REPLY
0
Entering edit mode

You are referring to disk storage not RAM. Can you try the command I suggested above to see if the job works.

ADD REPLY
0
Entering edit mode

Thank you so much. This worked and the fastqc analysis has been completed.

ADD REPLY

Login before adding your answer.

Traffic: 3420 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6