X-Git-Url: https://git.arvados.org/arvados-tutorial.git/blobdiff_plain/7a2d69e125ee52fd3a7a6eeca6f673c6a083033e..814e2840b16acbe0e52e6fb3095a87b33269dc50:/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 2cf48b5..13bd4af 100644 --- a/WGS-processing/cwl/helper/scatter-gatk-wf-with-interval.cwl +++ b/WGS-processing/cwl/helper/scatter-gatk-wf-with-interval.cwl @@ -1,10 +1,10 @@ cwlVersion: v1.1 class: Workflow -label: Scattered variant calling workflow +label: Scattered variant calling workflow requirements: - - class: SubworkflowFeatureRequirement - - class: ScatterFeatureRequirement + SubworkflowFeatureRequirement: {} + ScatterFeatureRequirement: {} inputs: bam: @@ -25,16 +25,25 @@ inputs: - .sa - .fai - ^.dict - sample: + fullintervallist: + type: File + label: Full list of intervals to operate over + sample: type: string label: Sample Name - knownsites: + knownsites1: + type: File + format: edam:format_3016 # VCF + label: VCF of known polymorphic sites for BQSR + secondaryFiles: + - .idx + knownsites2: type: File format: edam:format_3016 # VCF label: VCF of known polymorphic sites for BQSR secondaryFiles: - .tbi - scattercount: + scattercount: type: string label: Desired split for variant calling @@ -42,8 +51,8 @@ outputs: gatheredgvcf: type: File format: edam:format_3016 # GVCF - label: Gathered GVCF - secondaryFiles: + label: Gathered GVCF + secondaryFiles: - .tbi outputSource: gather-GVCFs/gatheredgvcf @@ -52,18 +61,20 @@ steps: run: gatk-splitintervals.cwl in: reference: reference + fullintervallist: fullintervallist sample: sample scattercount: scattercount out: [intervalfiles] - recal-haplotypecaller: + recal-haplotypecaller: run: gatk-wf-with-interval.cwl scatter: intervallist in: bam: bam reference: reference sample: sample - knownsites: knownsites + knownsites1: knownsites1 + knownsites2: knownsites2 intervallist: splitintervals/intervalfiles out: [gvcf] @@ -73,7 +84,7 @@ steps: gvcfarray: recal-haplotypecaller/gvcf sample: sample reference: reference - out: [gatheredgvcf] + out: [gatheredgvcf] s:codeRepository: https://github.com/arvados/arvados-tutorial s:license: https://www.gnu.org/licenses/agpl-3.0.en.html @@ -82,6 +93,6 @@ $namespaces: s: https://schema.org/ edam: http://edamontology.org/ -$schemas: - - https://schema.org/version/latest/schema.rdf - - http://edamontology.org/EDAM_1.18.owl +#$schemas: +# - https://schema.org/version/latest/schema.rdf +# - http://edamontology.org/EDAM_1.18.owl