Better merge command
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3797 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
dfddf8fd75
commit
6bf5df4eb5
|
|
@ -13,5 +13,5 @@ class BamGatherFunction extends GatherFunction {
|
|||
var picardMergeCompressionLevel: Option[Int] = None
|
||||
|
||||
def commandLine = "java -jar %s%s%s%s".format(picardMergeSamFilesJar,
|
||||
optional(" COMPRESSION_LEVEL=", picardMergeCompressionLevel), " OUTPUT=" + originalOutput, repeat(" INPUT=", gatherParts))
|
||||
optional(" COMPRESSION_LEVEL=", picardMergeCompressionLevel), " AS=true VALIDATION_STRINGENCY=SILENT SO=coordinate OUTPUT=" + originalOutput, repeat(" INPUT=", gatherParts))
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue