diff --git a/biopet/biopet.wdl b/biopet/biopet.wdl index 867859e1f13ce268395d1e71b8793ac4d27088e1..cd3578b0a393974fdb7383ea58c86946b092d362 100644 --- a/biopet/biopet.wdl +++ b/biopet/biopet.wdl @@ -236,6 +236,7 @@ task ScatterRegions { File? toolJar Int? scatterSize File? regions + Boolean notSplitContigs = false Int memory = 4 Float memoryMultiplier = 3.0 @@ -253,7 +254,8 @@ task ScatterRegions { -R ~{reference.fasta} \ -o ~{outputDirPath} \ ~{"-s " + scatterSize} \ - ~{"-L " + regions} + ~{"-L " + regions} \ + ~{true="--notSplitContigs" false="" notSplitContigs} } output {