X-Git-Url: https://git.arvados.org/arvados-tutorial.git/blobdiff_plain/291ec1f02884e2f533b28ba2c3edb9deb917ee10..d793af44f649b6305f14e4ac4927e22245d17084:/WGS-processing/cwl/helper/gatk-wf-with-interval.cwl diff --git a/WGS-processing/cwl/helper/gatk-wf-with-interval.cwl b/WGS-processing/cwl/helper/gatk-wf-with-interval.cwl index 38e185d..a5d1993 100644 --- a/WGS-processing/cwl/helper/gatk-wf-with-interval.cwl +++ b/WGS-processing/cwl/helper/gatk-wf-with-interval.cwl @@ -1,6 +1,6 @@ cwlVersion: v1.1 class: Workflow -label: Variant calling workflow for given interval +label: Variant calling workflow for given interval requirements: - class: SubworkflowFeatureRequirement @@ -24,7 +24,7 @@ inputs: - .sa - .fai - ^.dict - sample: + sample: type: string label: Sample Name knownsites: @@ -35,7 +35,7 @@ inputs: - .tbi intervallist: type: File - label: Scatter intervals file + label: Scatter intervals file outputs: gvcf: @@ -56,7 +56,7 @@ steps: out: [recaltable] applyBQSR: run: gatk-applyBSQR-with-interval.cwl - in: + in: reference: reference bam: bam sample: sample @@ -73,7 +73,7 @@ steps: out: [gvcf] selectvariants: run: gatk-selectvariants.cwl - in: + in: gvcf: haplotypecaller/gvcf reference: reference sample: sample @@ -86,6 +86,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