Skip to content
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

No contigs assembled: no space left on device #43

Closed
toddcreasy opened this issue Nov 26, 2018 · 1 comment
Closed

No contigs assembled: no space left on device #43

toddcreasy opened this issue Nov 26, 2018 · 1 comment

Comments

@toddcreasy
Copy link

I'm getting the below error when running ABRA1. The command is also below. Has anyone seen this before? There is sufficient disk space in the directory so I'm not sure why I'm getting this java error.

java -Xmx16G -jar abra-0.97.jar --in normal.bam,tumor.bam --out normal_ABRA.bam,tumor_ABRA.bam --ref hg38.fa --bwa-ref BWAIndex/hg38 --targets Regions.hg38.bed --threads 8 --working abra_temp_dir --sv abra.sv.txt

Mon Nov 26 14:17:42 EST 2018 : WARNING! No contigs assembled. Just making a copy of input converting to/from SAM/BAM as appropriate.
Exception in thread "main" htsjdk.samtools.util.RuntimeIOException: java.io.IOException: No space left on device
at htsjdk.samtools.util.SortingCollection.spillToDisk(SortingCollection.java:245)
at htsjdk.samtools.util.SortingCollection.add(SortingCollection.java:165)
at htsjdk.samtools.SAMFileWriterImpl.addAlignment(SAMFileWriterImpl.java:180)
at abra.ReAligner.copySam(ReAligner.java:384)
at abra.ReAligner.reAlign(ReAligner.java:229)
at abra.ReAligner.run(ReAligner.java:1240)
at abra.Abra.main(Abra.java:12)
Caused by: java.io.IOException: No space left on device
at java.io.FileOutputStream.writeBytes(Native Method)
at java.io.FileOutputStream.write(FileOutputStream.java:326)
at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
at java.io.FilterOutputStream.close(FilterOutputStream.java:158)
at htsjdk.samtools.util.SortingCollection.spillToDisk(SortingCollection.java:236)
... 6 more

@toddcreasy
Copy link
Author

Nevermind. I was able to successfully use ABRA2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant