-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDockstore_cwl.json
57 lines (57 loc) · 1.22 KB
/
Dockstore_cwl.json
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
{
"tumor":
{
"path":"/mnt/data/ad4aeedc224c6be5e21e26c038a43df4.bam",
"class":"File"
},
"normal":
{
"path":"/mnt/data/9f8f6f03df6d100c90a761164800a42c.bam",
"class":"File"
},
"refFrom":
{
"path":"https://dcc.icgc.org/api/v1/download?fn=/PCAWG/reference_data/pcawg-sanger/GRCh37d5_CGP_refBundle.tar.gz",
"class":"File"
},
"bbFrom":
{
"path":"https://dcc.icgc.org/api/v1/download?fn=/PCAWG/reference_data/pcawg-sanger/GRCh37d5_battenberg.tar.gz",
"class":"File"
},
"somatic_snv_mnv_tar_gz":
{
"path":"/mnt/output/somatic_snv_mnv_tar_gz",
"class":"File"
},
"somatic_cnv_tar_gz":
{
"path":"/mnt/output/somatic_cnv_tar_gz",
"class":"File"
},
"somatic_sv_tar_gz":
{
"path":"/mnt/output/somatic_sv_tar_gz",
"class":"File"
},
"somatic_indel_tar_gz":
{
"path":"/mnt/output/somatic_indel_tar_gz",
"class":"File"
},
"somatic_imputeCounts_tar_gz":
{
"path":"/mnt/output/somatic_imputeCounts_tar_gz",
"class":"File"
},
"somatic_genotype_tar_gz":
{
"path":"/mnt/output/somatic_genotype_tar_gz",
"class":"File"
},
"somatic_verifyBamId_tar_gz":
{
"path":"/mnt/output/somatic_verifyBamId_tar_gz",
"class":"File"
}
}