-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDockstore.json
55 lines (55 loc) · 1.64 KB
/
Dockstore.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
{
"run-id": "run_id",
"tumor-bam":
{
"path":"https://dcc.icgc.org/api/v1/download?fn=/PCAWG/reference_data/data_for_testing/HCC1143_ds/HCC1143.bam",
"class":"File"
},
"normal-bam":
{
"path":"https://dcc.icgc.org/api/v1/download?fn=/PCAWG/reference_data/data_for_testing/HCC1143_ds/HCC1143_BL.bam",
"class":"File"
},
"reference-gz":
{
"path": "https://dcc.icgc.org/api/v1/download?fn=/PCAWG/reference_data/pcawg-dkfz/dkfz-workflow-dependencies_150318_0951.tar.gz",
"class": "File"
},
"delly-bedpe":
{
"path":"https://raw.githubusercontent.com/ICGC-TCGA-PanCancer/dkfz_dockered_workflows/2.0.0_cwl1.0/run_id.embl-delly_1-3-0-preFilter.20150318.somatic.sv.bedpe.txt",
"class":"File"
},
"germline_indel_vcf_gz": {
"path": "/media/large_volume/output/germline.indel.vcf.gz",
"class": "File"
},
"somatic_snv_mnv_vcf_gz": {
"path": "/media/large_volume/output/somatic.snv.mnv.vcf.gz",
"class": "File"
},
"germline_snv_mnv_vcf_gz": {
"path": "/media/large_volume/output/germline.snv.mnv.vcf.gz",
"class": "File"
},
"somatic_cnv_tar_gz": {
"path": "/media/large_volume/output/somatic.cnv.tar.gz",
"class": "File"
},
"somatic_cnv_vcf_gz": {
"path": "/media/large_volume/output/somatic.cnv.vcf.gz",
"class": "File"
},
"somatic_indel_tar_gz": {
"path": "/media/large_volume/output/somatic.indel.tar.gz",
"class": "File"
},
"somatic_snv_mnv_tar_gz": {
"path": "/media/large_volume/output/somatic.snv.mnv.tar.gz",
"class": "File"
},
"somatic_indel_vcf_gz": {
"path": "/media/large_volume/output/somatic.indel.vcf.gz",
"class": "File"
}
}