-
Notifications
You must be signed in to change notification settings - Fork 1
/
.dockstore.yml
57 lines (57 loc) · 1.53 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
version: 1.2
workflows:
- name: Zip_Column_Content
subclass: WDL
primaryDescriptorPath: /workflows/wf_zip_column.wdl
testParameterFiles:
- empty.json
- name: Concatenate_Column_Content
subclass: WDL
primaryDescriptorPath: /workflows/wf_cat_column.wdl
testParameterFiles:
- empty.json
- name: Import_SE_reads
subclass: WDL
primaryDescriptorPath: /workflows/wf_import_se_reads.wdl
testParameterFiles:
- empty.json
- name: Import_PE_reads
subclass: WDL
primaryDescriptorPath: /workflows/wf_import_pe_reads.wdl
testParameterFiles:
- empty.json
- name: BAM_to_FASTQ_SE
subclass: WDL
primaryDescriptorPath: /workflows/wf_bam_to_fastq_se.wdl
testParameterFiles:
- empty.json
- name: BAM_to_FASTQ_PE
subclass: WDL
primaryDescriptorPath: /workflows/wf_bam_to_fastq_pe.wdl
testParameterFiles:
- empty.json
- name: BaseSpace_Fetch
subclass: WDL
primaryDescriptorPath: /workflows/wf_basespace_fetch.wdl
testParameterFiles:
- empty.json
- name: Transfer_Column_Content
subclass: WDL
primaryDescriptorPath: /workflows/wf_transfer_column.wdl
testParameterFiles:
- empty.json
- name: Terra_2_NCBI
subclass: WDL
primaryDescriptorPath: /workflows/wf_terra_2_ncbi.wdl
testParameterFiles:
- empty.json
- name: SRA_Fetch
subclass: WDL
primaryDescriptorPath: /workflows/wf_sra_fetch.wdl
testParameterFiles:
- empty.json
- name: Terra_2_BQ
subclass: WDL
primaryDescriptorPath: /workflows/wf_terra2bq.wdl
testParameterFiles:
- empty.json