X-Git-Url: https://git.arvados.org/arvados-tutorial.git/blobdiff_plain/f80667171aa3d9efb35d60faa4d9cdabb50ca330..ec300c76b5a3f927c3cd5035669b70847ade3854:/WGS-processing/cwl/helper/scatter-gatk-wf-with-interval.cwl diff --git a/WGS-processing/cwl/helper/scatter-gatk-wf-with-interval.cwl b/WGS-processing/cwl/helper/scatter-gatk-wf-with-interval.cwl index 9752edb..80d7601 100644 --- a/WGS-processing/cwl/helper/scatter-gatk-wf-with-interval.cwl +++ b/WGS-processing/cwl/helper/scatter-gatk-wf-with-interval.cwl @@ -25,6 +25,9 @@ inputs: - .sa - .fai - ^.dict + fullintervallist: + type: File + label: Full list of intervals to operate over sample: type: string label: Sample Name @@ -52,6 +55,7 @@ steps: run: gatk-splitintervals.cwl in: reference: reference + fullintervallist: fullintervallist sample: sample scattercount: scattercount out: [intervalfiles]