X-Git-Url: https://git.arvados.org/arvados-tutorial.git/blobdiff_plain/b825be9a6707d90363ed45ee151cbaebdce3ff60..ec300c76b5a3f927c3cd5035669b70847ade3854:/WGS-processing/cwl/helper/scatter-gatk-wf-with-interval.cwl?ds=sidebyside 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 75c605b..80d7601 100644 --- a/WGS-processing/cwl/helper/scatter-gatk-wf-with-interval.cwl +++ b/WGS-processing/cwl/helper/scatter-gatk-wf-with-interval.cwl @@ -3,8 +3,8 @@ class: Workflow label: Scattered variant calling workflow requirements: - - class: SubworkflowFeatureRequirement - - class: ScatterFeatureRequirement + SubworkflowFeatureRequirement: {} + ScatterFeatureRequirement: {} inputs: bam: @@ -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]