We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 968a4df commit 529eccfCopy full SHA for 529eccf
Dockstore.cwl
@@ -1,9 +1,13 @@
1
#!/usr/bin/env cwl-runner
2
3
class: CommandLineTool
4
+
5
id: "GATK_joint_genotyping"
6
7
label: "Perform joint-genotyping of all samples per chromosome using GATK GenotypeGVCFs"
8
9
cwlVersion: v1.0
10
11
doc: |
12

13
See the [dockerized_gatk_pipeline](https://github.com/zek12/dockerized_gatk_pipeline) website for more information.
@@ -83,4 +87,9 @@ $namespaces:
83
87
foaf: http://xmlns.com/foaf/0.1/
84
88
s: http://schema.org/
85
89
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
86
95
0 commit comments