From: Sarah Wait Zaranek Date: Thu, 25 Jun 2020 14:42:13 +0000 (+0000) Subject: Adding labels and metadata X-Git-Url: https://git.arvados.org/arvados-tutorial.git/commitdiff_plain/c7a0db0593e73f93511f106d0caf9890e5d6a5cf Adding labels and metadata Arvados-DCO-1.1-Signed-off-by: Sarah Wait Zaranek no issue # --- diff --git a/WGS-processing/cwl/helper/.scatter-gatk-wf-with-interval.cwl.swp b/WGS-processing/cwl/helper/.scatter-gatk-wf-with-interval.cwl.swp new file mode 100644 index 0000000..965f2d0 Binary files /dev/null and b/WGS-processing/cwl/helper/.scatter-gatk-wf-with-interval.cwl.swp differ diff --git a/WGS-processing/cwl/helper/gatk-wf-with-interval.cwl b/WGS-processing/cwl/helper/gatk-wf-with-interval.cwl index 4e9f456..e1e54ee 100644 --- a/WGS-processing/cwl/helper/gatk-wf-with-interval.cwl +++ b/WGS-processing/cwl/helper/gatk-wf-with-interval.cwl @@ -1,5 +1,6 @@ cwlVersion: v1.1 class: Workflow +label: Variant calling workflow for single interval requirements: - class: SubworkflowFeatureRequirement @@ -66,3 +67,14 @@ steps: reference: reference sample: sample out: [filteredgvcf] + +s:codeRepository: https://github.com/arvados/arvados-tutorial +s:license: https://www.gnu.org/licenses/agpl-3.0.en.html + +$namespaces: + s: https://schema.org/ + edam: http://edamontology.org/ + +$schemas: + - https://schema.org/version/latest/schema.rdf + - http://edamontology.org/EDAM_1.18.owl