-
Notifications
You must be signed in to change notification settings - Fork 0
/
.dockstore.yml
60 lines (56 loc) · 2.9 KB
/
.dockstore.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# The first line refers to the version 1.2 of the .dockstore.yml schema
version: 1.2
# An array of workflows. Each element corresponds to a workflow on Dockstore.
workflows:
# The optional workflow name for a workflow, which may only consist of alphanumerics
# and internal underscores and hyphens, but no spaces or other characters. Names may not exceed 256 characters.
# If using a .dockstore.yml with multiple workflows, this field is required
# to uniquely identify workflows in the repository.
#
# It should be noted that having the name come first is an arbitrary decision.
# You could use subclass instead, for instance. Provided arrays are not broken
# up, the order of fields within a .dockstore.yml is not important.
- name: WholeGenomeGermlineSingleSample
# The descriptor language used for the workflow. CWL, WDL, NFL (Nextflow), or GALAXY.
# This cannot be changed once the workflow is registered.
subclass: WDL
primaryDescriptorPath: /WholeGenomeGermlineSingleSample_v3.1.6/pipelines/broad/dna_seq/germline/single_sample/wgs/WholeGenomeGermlineSingleSample.wdl
- name: VariantCalling
subclass: WDL
primaryDescriptorPath: /WholeGenomeGermlineSingleSample_v3.1.6/pipelines/broad/dna_seq/germline/variant_calling/VariantCalling.wdl
- name: DNASeqStructs
subclass: WDL
primaryDescriptorPath: /WholeGenomeGermlineSingleSample_v3.1.6/structs/dna_seq/DNASeqStructs.wdl
- name: AggregatedBamQC
subclass: WDL
primaryDescriptorPath: /WholeGenomeGermlineSingleSample_v3.1.6/tasks/broad/AggregatedBamQC.wdl
- name: Alignment
subclass: WDL
primaryDescriptorPath: /WholeGenomeGermlineSingleSample_v3.1.6/tasks/broad/Alignment.wdl
- name: BamProcessing
subclass: WDL
primaryDescriptorPath: /WholeGenomeGermlineSingleSample_v3.1.6/tasks/broad/BamProcessing.wdl
- name: BamToCram
subclass: WDL
primaryDescriptorPath: /WholeGenomeGermlineSingleSample_v3.1.6/tasks/broad/BamToCram.wdl
- name: DragenTasks
subclass: WDL
primaryDescriptorPath: /WholeGenomeGermlineSingleSample_v3.1.6/tasks/broad/DragenTasks.wdl
- name: DragmapAlignment
subclass: WDL
primaryDescriptorPath: /WholeGenomeGermlineSingleSample_v3.1.6/tasks/broad/DragmapAlignment.wdl
- name: GermlineVariantDiscovery
subclass: WDL
primaryDescriptorPath: /WholeGenomeGermlineSingleSample_v3.1.6/tasks/broad/GermlineVariantDiscovery.wdl
- name: Qc
subclass: WDL
primaryDescriptorPath: /WholeGenomeGermlineSingleSample_v3.1.6/tasks/broad/Qc.wdl
- name: SplitLargeReadGroup
subclass: WDL
primaryDescriptorPath: /WholeGenomeGermlineSingleSample_v3.1.6/tasks/broad/SplitLargeReadGroup.wdl
- name: UnmappedBamToAlignedBam
subclass: WDL
primaryDescriptorPath: /WholeGenomeGermlineSingleSample_v3.1.6/tasks/broad/UnmappedBamToAlignedBam.wdl
- name: Utilities
subclass: WDL
primaryDescriptorPath: /WholeGenomeGermlineSingleSample_v3.1.6/tasks/broad/Utilities.wdl