no sort order

subtle bug fixed.
This commit is contained in:
Mauricio Carneiro 2011-10-20 18:44:09 -04:00
parent c9d8b22092
commit 9f867d77ca
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ class SamToFastq extends org.broadinstitute.sting.queue.function.JavaCommandLine
override def inputBams = input
override def outputBam = null
this.sortOrder = null
override def commandLine = super.commandLine +
" FASTQ=" + fastq +