X-Git-Url: https://git.arvados.org/arvados-tutorial.git/blobdiff_plain/611c455f8a94ab5dbd5c94415802b5c7fd009ffc..ec300c76b5a3f927c3cd5035669b70847ade3854:/WGS-processing/cwl/helper/gatk-splitintervals.cwl?ds=sidebyside diff --git a/WGS-processing/cwl/helper/gatk-splitintervals.cwl b/WGS-processing/cwl/helper/gatk-splitintervals.cwl index 98758d1..4909bc7 100644 --- a/WGS-processing/cwl/helper/gatk-splitintervals.cwl +++ b/WGS-processing/cwl/helper/gatk-splitintervals.cwl @@ -32,6 +32,9 @@ inputs: - .sa - .fai - ^.dict + fullintervallist: + type: File + label: Full list of intervals to operate over sample: type: string label: Sample Name @@ -54,6 +57,8 @@ arguments: - SplitIntervals - prefix: "-R" valueFrom: $(inputs.reference) + - prefix: "-L" + valueFrom: $(inputs.fullintervallist) - prefix: "--scatter-count" valueFrom: $(inputs.scattercount) - prefix: "--subdivision-mode"