Skip to content

Commit 4ea14f9

Browse files
committed
removed more instances of datapath from config
1 parent 05cba44 commit 4ea14f9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/config.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
{"trackFile": "exampleData/internal/snp1kg-BRCA1.vg.xg", "trackType": "graph", "trackColorSettings": {"mainPalette": "greys", "auxPalette": "ygreys"}},
88
{"trackFile": "exampleData/internal/NA12878-BRCA1.sorted.gam", "trackType": "read"}
99
],
10-
"dataPath": "default",
1110
"region": "17:1-100",
1211
"bedFile": "exampleData/internal/snp1kg-BRCA1.bed",
1312
"dataType": "built-in",
@@ -19,7 +18,6 @@
1918
{"trackFile": "exampleData/x.vg.xg", "trackType": "graph"},
2019
{"trackFile": "exampleData/x.vg.gbwt", "trackType": "haplotype"}
2120
],
22-
"dataPath": "mounted",
2321
"dataType": "built-in",
2422
"region": "x:1-100"
2523
},
@@ -29,7 +27,6 @@
2927
{"trackFile": "exampleData/cactus.vg.xg", "trackType": "graph"},
3028
{"trackFile": "exampleData/cactus-NA12879.sorted.gam", "trackType": "read"}
3129
],
32-
"dataPath": "mounted",
3330
"bedFile": "exampleData/cactus.bed",
3431
"region": "ref:1-100",
3532
"dataType": "built-in"
@@ -41,17 +38,14 @@
4138
{"trackFile": "exampleData/cactus0_10.sorted.gam", "trackType": "read"},
4239
{"trackFile": "exampleData/cactus10_20.sorted.gam", "trackType": "read"}
4340
],
44-
"dataPath": "mounted",
4541
"bedFile": "exampleData/cactus.bed",
4642
"region": "ref:1-100",
4743
"dataType": "built-in"
4844
}
4945
],
5046
"vgPath": "",
51-
"dataPath": "exampleData",
5247
"internalDataPath": "exampleData/internal/",
5348
"tempDirPath": "temp",
54-
5549
"fetchTimeout": 15,
5650
"maxFileSizeBytes": 1000000000,
5751

0 commit comments

Comments
 (0)