You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue seems to due to VM running out of disk space. From a MergeVCF log:
[Thu Jun 25 08:23:53 UTC 2020] picard.vcf.MergeVcfs done. Elapsed time: 89.52 minutes.
Runtime.totalMemory()=2027290624
To get help, see http://broadinstitute.github.io/picard/index.html#GettingHelp
Exception in thread "main" htsjdk.samtools.util.RuntimeIOException: Write error; BinaryCodec in writemode; file: /cromwell_root/SHIP5536850.g.vcf.gz
at htsjdk.samtools.util.BinaryCodec.writeBytes(BinaryCodec.java:222)
at htsjdk.samtools.util.BlockCompressedOutputStream.writeGzipBlock(BlockCompressedOutputStream.java:389)
at htsjdk.samtools.util.BlockCompressedOutputStream.deflateBlock(BlockCompressedOutputStream.java:352)
at htsjdk.samtools.util.BlockCompressedOutputStream.write(BlockCompressedOutputStream.java:251)tee: /cromwell_root/stderr: No space left on device
at htsjdk.samtools.util.BlockCompressedOutputStream.write(BlockCompressedOutputStream.java:228)
at htsjdk.variant.variantcontext.writer.VCFWriter.writeAndResetBuffer(VCFWriter.java:128)
at htsjdk.variant.variantcontext.writer.VCFWriter.add(VCFWriter.java:227)
at picard.vcf.MergeVcfs.doWork(MergeVcfs.java:154)
at picard.cmdline.CommandLineProgram.instanceMain(CommandLineProgram.java:268)
at picard.cmdline.PicardCommandLine.instanceMain(PicardCommandLine.java:98)
at picard.cmdline.PicardCommandLine.main(PicardCommandLine.java:108)
Caused by: java.io.IOException: No space left on device
Comparison of GVCF sizes indicates that failed steps are handling larger GVCFs than successful ones.
The text was updated successfully, but these errors were encountered:
Issue seems to due to VM running out of disk space. From a MergeVCF log:
Comparison of GVCF sizes indicates that failed steps are handling larger GVCFs than successful ones.
![image](https://user-images.githubusercontent.com/14796101/172937212-40590d0b-924e-4dc4-ae7f-0de7352e23f6.png)
The text was updated successfully, but these errors were encountered: