parent
c9d8b22092
commit
9f867d77ca
|
|
@ -58,6 +58,7 @@ class SamToFastq extends org.broadinstitute.sting.queue.function.JavaCommandLine
|
||||||
|
|
||||||
override def inputBams = input
|
override def inputBams = input
|
||||||
override def outputBam = null
|
override def outputBam = null
|
||||||
|
this.sortOrder = null
|
||||||
|
|
||||||
override def commandLine = super.commandLine +
|
override def commandLine = super.commandLine +
|
||||||
" FASTQ=" + fastq +
|
" FASTQ=" + fastq +
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue