-
Notifications
You must be signed in to change notification settings - Fork 12
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
Requested array size exceeds VM limit #11
Comments
Could you please post the output of: wc -l /scratch/TCGA-DD-A1EA-01A-11D-A12Z-10_Illumina_1410534136/clean_contigs.fasta |
I used your commands for another failed job. Below are what I've got from Thanks, wc -l 24965046 ls -lh *drwxrwxrwx 3 ................ 4.0K Sep 17 23:38 sorttmp/ * *drwxr-xr-x 2 ................ 4.0K Sep 18 06:14 temp1/ * *drwxr-xr-x 2 ................ 4.0K Sep 18 06:14 temp2/ * *drwxr-xr-x 2 ................ 4.0K Sep 17 16:57 unaligned/ * -rw-r--r-- 1 ................ 22 Sep 18 03:21 clean_contigs.fasta.amb -rw-r--r-- 1 ................ 2.0G Sep 18 03:21 clean_contigs.fasta.ann -rw-r--r-- 1 ................ 2.2M Sep 17 23:38 -rw-r--r-- 1 ................ 232M Sep 17 23:32 all_contigs_chim.bam -rw-r--r-- 1 ................ 310M Sep 18 00:07 -rw-r--r-- 1 ................ 234M Sep 17 23:38 -rw-r--r-- 1 ................ 4.6G Sep 18 03:18 clean_contigs.fasta.bwt -rw-r--r-- 1 ................ 5.2G Sep 17 18:55 all_contigs.fasta -rw-r--r-- 1 ................ 6.3G Sep 18 00:11 clean_contigs.fasta -rw-r--r-- 1 ................ 0 Sep 17 17:05 sv_contigs.fasta -rw-r--r-- 1 ................ 1.2G Sep 18 03:21 clean_contigs.fasta.pac -rw-r--r-- 1 ................ 2.3G Sep 18 03:34 clean_contigs.fasta.sa -rw-r--r-- 1 ................ 6.3G Sep 17 19:36 all_contigs_in_region.sam -rw-r--r-- 1 ................ 6.3G Sep 17 19:32 all_contigs.sam *-rw-r--r-- 1 ................ 900K Sep 17 16:57 libAbra.so * On Mon, Sep 15, 2014 at 4:34 PM, Lisle Mose notifications@github.com
Delight yourself in the LORD and he will give you the desires of your |
I suspect this particular sample may not have failed in the same way. The original problem appears to be due to too many contigs assembled. You may need to experiment with more aggressive graph pruning settings (or try to identify and exclude subregions that are particularly noisy). See --mbq and --mnf For the second case, could I trouble you to compress and send the log file to lmose at unc dot edu ? |
Just to clarify, more RAM won't correct that first problem. |
Hi,
While running ABRA, I've got the following error message. If I specified a larger amount of memory (ex. 32GB), can this problem be resolved?
[main] CMD: bwa samse -n 1000 /scratch/TCGA-DD-A1EA-01A-11D-A12Z-10_Illumina_1410534136/clean_contigs.fasta /scratch/TCGA-DD-A1EA-01A-11D-A12Z-10_Illumina_1410534136/temp1/align_to_contig.sam.sai /scratch/TCGA-DD-A1EA-01A-11D-A12Z-10_Illumina_1410534136/temp1/original_reads.fastq.gz
[main] Real time: 3956.359 sec; CPU: 3197.467 sec
Stream thread done.
Stream thread done.
BWA time: 3956 seconds.
Clock time in Align to contigs: 19797
Sat Sep 13 00:24:30 EDT 2014 : Adjust reads
Sat Sep 13 00:24:30 EDT 2014 : Adjusting reads.
java.lang.OutOfMemoryError: Requested array size exceeds VM limit
at java.util.Arrays.copyOf(Arrays.java:2367)
at java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:130)
at java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:114)
at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:415)
at java.lang.StringBuilder.append(StringBuilder.java:132)
at net.sf.samtools.SAMTextHeaderCodec.advanceLine(SAMTextHeaderCodec.java:128)
at net.sf.samtools.SAMTextHeaderCodec.decode(SAMTextHeaderCodec.java:83)
at net.sf.samtools.SAMTextReader.readHeader(SAMTextReader.java:185)
at net.sf.samtools.SAMTextReader.(SAMTextReader.java:62)
at net.sf.samtools.SAMTextReader.(SAMTextReader.java:71)
at net.sf.samtools.SAMFileReader.init(SAMFileReader.java:556)
at net.sf.samtools.SAMFileReader.(SAMFileReader.java:167)
at net.sf.samtools.SAMFileReader.(SAMFileReader.java:122)
at abra.ReadAdjuster.adjustReads(ReadAdjuster.java:55)
at abra.AdjustReadsRunnable.go(AdjustReadsRunnable.java:37)
at abra.AbraRunnable.run(AbraRunnable.java:19)
at java.lang.Thread.run(Thread.java:745)
The text was updated successfully, but these errors were encountered: