Hi,
Thank you for your contribution to picard tools.But when I try to use Picard FastqToSam the following error has occurred and I wonder how to solve this problem.
picard.sam.FastqToSam done. Elapsed time: 26.47 minutes.
Runtime.totalMemory()=11863064576
To get help, see http://broadinstitute.github.io/picard/index.html#GettingHelp
Exception in thread "main" java.lang.IllegalStateException: Shutdown in progress
at htsjdk.samtools.util.nio.DeleteOnExitPathHook.add(DeleteOnExitPathHook.java:39)
at htsjdk.samtools.util.IOUtil.deleteOnExit(IOUtil.java:434)
at htsjdk.samtools.util.IOUtil.newTempPath(IOUtil.java:397)
at htsjdk.samtools.util.SortingCollection.newTempFile(SortingCollection.java:278)
at htsjdk.samtools.util.SortingCollection.spillToDisk(SortingCollection.java:249)
at htsjdk.samtools.util.SortingCollection.add(SortingCollection.java:182)
at htsjdk.samtools.SAMFileWriterImpl.addAlignment(SAMFileWriterImpl.java:187)
at picard.sam.FastqToSam.doPaired(FastqToSam.java:414)
at picard.sam.FastqToSam.makeItSo(FastqToSam.java:380)
at picard.sam.FastqToSam.doWork(FastqToSam.java:353)
at picard.cmdline.CommandLineProgram.instanceMain(CommandLineProgram.java:308)
at picard.cmdline.PicardCommandLine.instanceMain(PicardCommandLine.java:103)
at picard.cmdline.PicardCommandLine.main(PicardCommandLine.java:113)
The code I used to run this project as the following.
Closing this issue for now due to the amount of time passed since the open date. Feels like a bit more info was needed for proper debugging. Feel free to reopen if still relevant.
Hi, Thank you for your contribution to picard tools.But when I try to use Picard FastqToSam the following error has occurred and I wonder how to solve this problem.
The code I used to run this project as the following.
Thanks for your answer.