Hi,
I am trying to run the following command:
java -Xmx2g -jar SortSam.jar SORT_ORDER=coordinate INPUT=input.bam OUTPUT=output.sort
But I keep getting:
Exception in thread "main" net.sf.samtools.util.RuntimeIOException: java.io.IOException: No space left on device
Despite the fact that I have ample space to write.
Has anyone had similar trouble?
perhaps it is using the temporary directory that is located on a different, smaller partition,