Skip to content

Commit 529eccf

Browse files
committed
minor fix, added s:author to Dockstore.cwl
1 parent 968a4df commit 529eccf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Dockstore.cwl

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
#!/usr/bin/env cwl-runner
22

33
class: CommandLineTool
4+
45
id: "GATK_joint_genotyping"
6+
57
label: "Perform joint-genotyping of all samples per chromosome using GATK GenotypeGVCFs"
8+
69
cwlVersion: v1.0
10+
711
doc: |
812
![build_status](https://quay.io/repository/zek12/dockerized_gatk_pipeline/status)
913
See the [dockerized_gatk_pipeline](https://github.com/zek12/dockerized_gatk_pipeline) website for more information.
@@ -83,4 +87,9 @@ $namespaces:
8387
foaf: http://xmlns.com/foaf/0.1/
8488
s: http://schema.org/
8589

90+
s:codeRepository: https://github.com/zek12/dockerized_gatk_pipeline
91+
s:author:
92+
- class: s:Person
93+
s:email: mailto:Ezequiel.Anokian@icr.ac.uk
94+
s:name: Ezequiel Anokian
8695

0 commit comments

Comments
 (0)