-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.mlc_config.ci.json
More file actions
519 lines (519 loc) · 22.4 KB
/
.mlc_config.ci.json
File metadata and controls
519 lines (519 loc) · 22.4 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
{
"projectBaseUrl": "${projectDirectory}",
"ignorePatterns": [
{
"pattern": "https://home.stjude.org"
},
{
"pattern": "https://wiki.stjude.org"
},
{
"pattern": "https://viz.stjude.cloud/signin"
},
{
"pattern": "https://aacrjournals.org*"
},
{
"pattern": "https://proteinpaint.stjude.org*"
},
{
"pattern": "https://doi.org*"
},
{
"pattern": "https://doi.org*"
},
{
"pattern": "https://academic.oup.com*"
},
{
"pattern": "https://ascopubs.org*"
},
{
"pattern": "https://www.pnas.org*"
},
{
"pattern": "https://www.nejm.org*"
},
{
"pattern": "https://gatk.broadinstitute.org*"
},
{
"pattern": "https://genome.sph.umich.edu*"
}
],
"replacementPatterns": [
{
"pattern": "^/img/(?<filename>.*)",
"replacement": "{{BASEURL}}/public/img/$<filename>"
},
{
"pattern": "^/files/(?<filename>.*)",
"replacement": "{{BASEURL}}/public/files/$<filename>"
},
{
"pattern": "^/overview/faq",
"replacement": "{{BASEURL}}/content/1.overview/4.faq.md"
},
{
"pattern": "^/overview/index",
"replacement": "{{BASEURL}}/content/1.overview/1.index.md"
},
{
"pattern": "^/overview/citing-stjude-cloud",
"replacement": "{{BASEURL}}/content/1.overview/3.citing-stjude-cloud.md"
},
{
"pattern": "^/overview/ecosystem",
"replacement": "{{BASEURL}}/content/1.overview/2.ecosystem.md"
},
{
"pattern": "^/pecan/overview/videos",
"replacement": "{{BASEURL}}/content/4.pecan/1.overview/3.videos.md"
},
{
"pattern": "^/pecan/overview/methods-and-data",
"replacement": "{{BASEURL}}/content/4.pecan/1.overview/2.methods-and-data.md"
},
{
"pattern": "^/pecan/overview/faq",
"replacement": "{{BASEURL}}/content/4.pecan/1.overview/4.faq.md"
},
{
"pattern": "^/pecan/overview/getting-started",
"replacement": "{{BASEURL}}/content/4.pecan/1.overview/1.getting-started.md"
},
{
"pattern": "^/pecan/data-facets/use-cases",
"replacement": "{{BASEURL}}/content/4.pecan/2.data-facets/5.use-cases.md"
},
{
"pattern": "^/pecan/data-facets/variants",
"replacement": "{{BASEURL}}/content/4.pecan/2.data-facets/1.variants.md"
},
{
"pattern": "^/pecan/data-facets/histology",
"replacement": "{{BASEURL}}/content/4.pecan/2.data-facets/4.histology.md"
},
{
"pattern": "^/pecan/data-facets/expression",
"replacement": "{{BASEURL}}/content/4.pecan/2.data-facets/3.expression.md"
},
{
"pattern": "^/pecan/data-facets/mutational-signatures",
"replacement": "{{BASEURL}}/content/4.pecan/2.data-facets/2.mutational-signatures.md"
},
{
"pattern": "^/pecan/pecan-pie/faq",
"replacement": "{{BASEURL}}/content/4.pecan/3.pecan-pie/2.faq.md"
},
{
"pattern": "^/pecan/pecan-pie/what-is-pie",
"replacement": "{{BASEURL}}/content/4.pecan/3.pecan-pie/1.what-is-pie.md"
},
{
"pattern": "^/genomics-platform/getting-started/making-a-data-request",
"replacement": "{{BASEURL}}/content/3.genomics-platform/1.getting-started/3.making-a-data-request.md"
},
{
"pattern": "^/genomics-platform/getting-started/accounts-and-billing",
"replacement": "{{BASEURL}}/content/3.genomics-platform/1.getting-started/2.accounts-and-billing.md"
},
{
"pattern": "^/genomics-platform/getting-started/glossary",
"replacement": "{{BASEURL}}/content/3.genomics-platform/1.getting-started/6.glossary.md"
},
{
"pattern": "^/genomics-platform/getting-started/filling-out-the-daa",
"replacement": "{{BASEURL}}/content/3.genomics-platform/1.getting-started/4.filling-out-the-daa.md"
},
{
"pattern": "^/genomics-platform/getting-started/faq",
"replacement": "{{BASEURL}}/content/3.genomics-platform/1.getting-started/5.faq.md"
},
{
"pattern": "^/genomics-platform/getting-started/overview",
"replacement": "{{BASEURL}}/content/3.genomics-platform/1.getting-started/1.overview.md"
},
{
"pattern": "^/genomics-platform/analyzing-data/running-our-workflows",
"replacement": "{{BASEURL}}/content/3.genomics-platform/4.analyzing-data/2.running-our-workflows.md"
},
{
"pattern": "^/genomics-platform/analyzing-data/interactive-nodes",
"replacement": "{{BASEURL}}/content/3.genomics-platform/4.analyzing-data/4.interactive-nodes.md"
},
{
"pattern": "^/genomics-platform/analyzing-data/creating-a-cloud-app",
"replacement": "{{BASEURL}}/content/3.genomics-platform/4.analyzing-data/3.creating-a-cloud-app.md"
},
{
"pattern": "^/genomics-platform/analyzing-data/visualizing-ngs-data",
"replacement": "{{BASEURL}}/content/3.genomics-platform/4.analyzing-data/5.visualizing-ngs-data.md"
},
{
"pattern": "^/genomics-platform/analyzing-data/command-line-interaction",
"replacement": "{{BASEURL}}/content/3.genomics-platform/4.analyzing-data/1.command-line-interaction.md"
},
{
"pattern": "^/genomics-platform/workflow-guides/chipseq",
"replacement": "{{BASEURL}}/content/3.genomics-platform/5.workflow-guides/1.chipseq.md"
},
{
"pattern": "^/genomics-platform/workflow-guides/cisx",
"replacement": "{{BASEURL}}/content/3.genomics-platform/5.workflow-guides/2.cisx.md"
},
{
"pattern": "^/genomics-platform/workflow-guides/rnaseq-expression-classification",
"replacement": "{{BASEURL}}/content/3.genomics-platform/5.workflow-guides/6.rnaseq-expression-classification.md"
},
{
"pattern": "^/genomics-platform/workflow-guides/mutational-signatures",
"replacement": "{{BASEURL}}/content/3.genomics-platform/5.workflow-guides/4.mutational-signatures.md"
},
{
"pattern": "^/genomics-platform/workflow-guides/sequencerr",
"replacement": "{{BASEURL}}/content/3.genomics-platform/5.workflow-guides/8.sequencerr.md"
},
{
"pattern": "^/genomics-platform/workflow-guides/warden",
"replacement": "{{BASEURL}}/content/3.genomics-platform/5.workflow-guides/9.warden.md"
},
{
"pattern": "^/genomics-platform/workflow-guides/methylation-to-activity",
"replacement": "{{BASEURL}}/content/3.genomics-platform/5.workflow-guides/3.methylation-to-activity.md"
},
{
"pattern": "^/genomics-platform/workflow-guides/rapid-rnaseq",
"replacement": "{{BASEURL}}/content/3.genomics-platform/5.workflow-guides/5.rapid-rnaseq.md"
},
{
"pattern": "^/genomics-platform/workflow-guides/seaseq",
"replacement": "{{BASEURL}}/content/3.genomics-platform/5.workflow-guides/7.seaseq.md"
},
{
"pattern": "^/genomics-platform/about-our-data/metadata-and-clinical-information",
"replacement": "{{BASEURL}}/content/3.genomics-platform/2.about-our-data/3.metadata-and-clinical-information.md"
},
{
"pattern": "^/genomics-platform/about-our-data/st-jude-cloud-disease-ontology",
"replacement": "{{BASEURL}}/content/3.genomics-platform/2.about-our-data/4.st-jude-cloud-disease-ontology.md"
},
{
"pattern": "^/genomics-platform/about-our-data/file-formats-and-sequencing-information",
"replacement": "{{BASEURL}}/content/3.genomics-platform/2.about-our-data/2.file-formats-and-sequencing-information.md"
},
{
"pattern": "^/genomics-platform/about-our-data/data-sets-and-data-access-units",
"replacement": "{{BASEURL}}/content/3.genomics-platform/2.about-our-data/1.data-sets-and-data-access-units.md"
},
{
"pattern": "^/genomics-platform/managing-data/upload-download-data-cluster",
"replacement": "{{BASEURL}}/content/3.genomics-platform/3.managing-data/3.upload-download-data-cluster.md"
},
{
"pattern": "^/genomics-platform/managing-data/renewing-your-daa",
"replacement": "{{BASEURL}}/content/3.genomics-platform/3.managing-data/5.renewing-your-daa.md"
},
{
"pattern": "^/genomics-platform/managing-data/upload-download-data-local",
"replacement": "{{BASEURL}}/content/3.genomics-platform/3.managing-data/2.upload-download-data-local.md"
},
{
"pattern": "^/genomics-platform/managing-data/upload-download-data-dnanexus",
"replacement": "{{BASEURL}}/content/3.genomics-platform/3.managing-data/4.upload-download-data-dnanexus.md"
},
{
"pattern": "^/genomics-platform/managing-data/overview",
"replacement": "{{BASEURL}}/content/3.genomics-platform/3.managing-data/1.overview.md"
},
{
"pattern": "^/visualization-community/proteinpaint/truncation",
"replacement": "{{BASEURL}}/content/5.visualization-community/4.proteinpaint/20.truncation.md"
},
{
"pattern": "^/visualization-community/proteinpaint/viewing-snv-indel-mutations",
"replacement": "{{BASEURL}}/content/5.visualization-community/4.proteinpaint/5.viewing-snv-indel-mutations.md"
},
{
"pattern": "^/visualization-community/proteinpaint/sv-and-fusion-transcript",
"replacement": "{{BASEURL}}/content/5.visualization-community/4.proteinpaint/16.sv-and-fusion-transcript.md"
},
{
"pattern": "^/visualization-community/proteinpaint/study-view",
"replacement": "{{BASEURL}}/content/5.visualization-community/4.proteinpaint/34.study-view.md"
},
{
"pattern": "^/visualization-community/proteinpaint/internal-tandem-duplications",
"replacement": "{{BASEURL}}/content/5.visualization-community/4.proteinpaint/18.internal-tandem-duplications.md"
},
{
"pattern": "^/visualization-community/proteinpaint/add-custom-protein-domains",
"replacement": "{{BASEURL}}/content/5.visualization-community/4.proteinpaint/25.add-custom-protein-domains.md"
},
{
"pattern": "^/visualization-community/proteinpaint/viewing-expression-data",
"replacement": "{{BASEURL}}/content/5.visualization-community/4.proteinpaint/7.viewing-expression-data.md"
},
{
"pattern": "^/visualization-community/proteinpaint/copy-number-variants",
"replacement": "{{BASEURL}}/content/5.visualization-community/4.proteinpaint/17.copy-number-variants.md"
},
{
"pattern": "^/visualization-community/proteinpaint/intragenic-deletion",
"replacement": "{{BASEURL}}/content/5.visualization-community/4.proteinpaint/19.intragenic-deletion.md"
},
{
"pattern": "^/visualization-community/proteinpaint/using-vcf-file",
"replacement": "{{BASEURL}}/content/5.visualization-community/4.proteinpaint/31.using-vcf-file.md"
},
{
"pattern": "^/visualization-community/proteinpaint/filtering-mutations",
"replacement": "{{BASEURL}}/content/5.visualization-community/4.proteinpaint/8.filtering-mutations.md"
},
{
"pattern": "^/visualization-community/proteinpaint/snv-and-indel",
"replacement": "{{BASEURL}}/content/5.visualization-community/4.proteinpaint/15.snv-and-indel.md"
},
{
"pattern": "^/visualization-community/proteinpaint/stratifying-mutations-by-cancer-subtype",
"replacement": "{{BASEURL}}/content/5.visualization-community/4.proteinpaint/14.stratifying-mutations-by-cancer-subtype.md"
},
{
"pattern": "^/visualization-community/proteinpaint/embedding-proteinpaint",
"replacement": "{{BASEURL}}/content/5.visualization-community/4.proteinpaint/32.embedding-proteinpaint.md"
},
{
"pattern": "^/visualization-community/proteinpaint/bampile",
"replacement": "{{BASEURL}}/content/5.visualization-community/4.proteinpaint/24.bampile.md"
},
{
"pattern": "^/visualization-community/proteinpaint/loading-tcga-maf-file",
"replacement": "{{BASEURL}}/content/5.visualization-community/4.proteinpaint/30.loading-tcga-maf-file.md"
},
{
"pattern": "^/visualization-community/proteinpaint/exporting-figures-and-data",
"replacement": "{{BASEURL}}/content/5.visualization-community/4.proteinpaint/9.exporting-figures-and-data.md"
},
{
"pattern": "^/visualization-community/proteinpaint/introduction",
"replacement": "{{BASEURL}}/content/5.visualization-community/4.proteinpaint/2.introduction.md"
},
{
"pattern": "^/visualization-community/proteinpaint/uploaded-mutation-data",
"replacement": "{{BASEURL}}/content/5.visualization-community/4.proteinpaint/29.uploaded-mutation-data.md"
},
{
"pattern": "^/visualization-community/proteinpaint/using-disease-pie-charts",
"replacement": "{{BASEURL}}/content/5.visualization-community/4.proteinpaint/13.using-disease-pie-charts.md"
},
{
"pattern": "^/visualization-community/proteinpaint/using-the-sample-table",
"replacement": "{{BASEURL}}/content/5.visualization-community/4.proteinpaint/11.using-the-sample-table.md"
},
{
"pattern": "^/visualization-community/proteinpaint/proteinpaint",
"replacement": "{{BASEURL}}/content/5.visualization-community/4.proteinpaint/1.proteinpaint.md"
},
{
"pattern": "^/visualization-community/proteinpaint/json-bed",
"replacement": "{{BASEURL}}/content/5.visualization-community/4.proteinpaint/21.json-bed.md"
},
{
"pattern": "^/visualization-community/proteinpaint/splice-junction",
"replacement": "{{BASEURL}}/content/5.visualization-community/4.proteinpaint/22.splice-junction.md"
},
{
"pattern": "^/visualization-community/proteinpaint/profile-gene-value",
"replacement": "{{BASEURL}}/content/5.visualization-community/4.proteinpaint/23.profile-gene-value.md"
},
{
"pattern": "^/visualization-community/proteinpaint/loading-mutations-from-file",
"replacement": "{{BASEURL}}/content/5.visualization-community/4.proteinpaint/28.loading-mutations-from-file.md"
},
{
"pattern": "^/visualization-community/proteinpaint/getting-started",
"replacement": "{{BASEURL}}/content/5.visualization-community/4.proteinpaint/3.getting-started.md"
},
{
"pattern": "^/visualization-community/proteinpaint/visualize-your-mutation-data",
"replacement": "{{BASEURL}}/content/5.visualization-community/4.proteinpaint/27.visualize-your-mutation-data.md"
},
{
"pattern": "^/visualization-community/proteinpaint/using-the-gene-table",
"replacement": "{{BASEURL}}/content/5.visualization-community/4.proteinpaint/10.using-the-gene-table.md"
},
{
"pattern": "^/visualization-community/proteinpaint/url-parameters",
"replacement": "{{BASEURL}}/content/5.visualization-community/4.proteinpaint/33.url-parameters.md"
},
{
"pattern": "^/visualization-community/proteinpaint/using-the-heatmap",
"replacement": "{{BASEURL}}/content/5.visualization-community/4.proteinpaint/12.using-the-heatmap.md"
},
{
"pattern": "^/visualization-community/proteinpaint/viewing-gene-fusions",
"replacement": "{{BASEURL}}/content/5.visualization-community/4.proteinpaint/6.viewing-gene-fusions.md"
},
{
"pattern": "^/visualization-community/proteinpaint/using-custom-tracks",
"replacement": "{{BASEURL}}/content/5.visualization-community/4.proteinpaint/26.using-custom-tracks.md"
},
{
"pattern": "^/visualization-community/proteinpaint/loading-datasets",
"replacement": "{{BASEURL}}/content/5.visualization-community/4.proteinpaint/4.loading-datasets.md"
},
{
"pattern": "^/visualization-community/overview/faq",
"replacement": "{{BASEURL}}/content/5.visualization-community/1.overview/4.faq.md"
},
{
"pattern": "^/visualization-community/overview/data-types-and-graphs",
"replacement": "{{BASEURL}}/content/5.visualization-community/1.overview/3.data-types-and-graphs.md"
},
{
"pattern": "^/visualization-community/overview/what-is-visualization-community",
"replacement": "{{BASEURL}}/content/5.visualization-community/1.overview/1.what-is-visualization-community.md"
},
{
"pattern": "^/visualization-community/overview/what-are-proteinpaint-and-genome-paint",
"replacement": "{{BASEURL}}/content/5.visualization-community/1.overview/2.what-are-proteinpaint-and-genome-paint.md"
},
{
"pattern": "^/visualization-community/genomepaint/genomepaint",
"replacement": "{{BASEURL}}/content/5.visualization-community/5.genomepaint/1.genomepaint.md"
},
{
"pattern": "^/visualization-community/genomepaint/genomepaint-user-guide",
"replacement": "{{BASEURL}}/content/5.visualization-community/5.genomepaint/3.genomepaint-user-guide.md"
},
{
"pattern": "^/visualization-community/code-block-library/bigwig-stranded",
"replacement": "{{BASEURL}}/content/5.visualization-community/3.code-block-library/6.bigwig-stranded.md"
},
{
"pattern": "^/visualization-community/code-block-library/expression-rank",
"replacement": "{{BASEURL}}/content/5.visualization-community/3.code-block-library/7.expression-rank.md"
},
{
"pattern": "^/visualization-community/code-block-library/ma-volcano",
"replacement": "{{BASEURL}}/content/5.visualization-community/3.code-block-library/12.ma-volcano.md"
},
{
"pattern": "^/visualization-community/code-block-library/splice-junctions-cohort",
"replacement": "{{BASEURL}}/content/5.visualization-community/3.code-block-library/16.splice-junctions-cohort.md"
},
{
"pattern": "^/visualization-community/code-block-library/profile-gene-value",
"replacement": "{{BASEURL}}/content/5.visualization-community/3.code-block-library/13.profile-gene-value.md"
},
{
"pattern": "^/visualization-community/code-block-library/bigwig",
"replacement": "{{BASEURL}}/content/5.visualization-community/3.code-block-library/5.bigwig.md"
},
{
"pattern": "^/visualization-community/code-block-library/arc",
"replacement": "{{BASEURL}}/content/5.visualization-community/3.code-block-library/3.arc.md"
},
{
"pattern": "^/visualization-community/code-block-library/lollipop",
"replacement": "{{BASEURL}}/content/5.visualization-community/3.code-block-library/11.lollipop.md"
},
{
"pattern": "^/visualization-community/code-block-library/allelic-imbalance",
"replacement": "{{BASEURL}}/content/5.visualization-community/3.code-block-library/2.allelic-imbalance.md"
},
{
"pattern": "^/visualization-community/code-block-library/single-cell",
"replacement": "{{BASEURL}}/content/5.visualization-community/3.code-block-library/15.single-cell.md"
},
{
"pattern": "^/visualization-community/code-block-library/bam",
"replacement": "{{BASEURL}}/content/5.visualization-community/3.code-block-library/4.bam.md"
},
{
"pattern": "^/visualization-community/code-block-library/hi-c",
"replacement": "{{BASEURL}}/content/5.visualization-community/3.code-block-library/8.hi-c.md"
},
{
"pattern": "^/visualization-community/code-block-library/rna-splice-junction",
"replacement": "{{BASEURL}}/content/5.visualization-community/3.code-block-library/14.rna-splice-junction.md"
},
{
"pattern": "^/visualization-community/code-block-library/t-sne",
"replacement": "{{BASEURL}}/content/5.visualization-community/3.code-block-library/18.t-sne.md"
},
{
"pattern": "^/visualization-community/code-block-library/heatmap",
"replacement": "{{BASEURL}}/content/5.visualization-community/3.code-block-library/9.heatmap.md"
},
{
"pattern": "^/visualization-community/code-block-library/track-list-and-facet-table",
"replacement": "{{BASEURL}}/content/5.visualization-community/3.code-block-library/17.track-list-and-facet-table.md"
},
{
"pattern": "^/visualization-community/code-block-library/vcf",
"replacement": "{{BASEURL}}/content/5.visualization-community/3.code-block-library/19.vcf.md"
},
{
"pattern": "^/visualization-community/code-block-library/json-bed",
"replacement": "{{BASEURL}}/content/5.visualization-community/3.code-block-library/10.json-bed.md"
},
{
"pattern": "^/visualization-community/code-block-library/code-block-basics",
"replacement": "{{BASEURL}}/content/5.visualization-community/3.code-block-library/1.code-block-basics.md"
},
{
"pattern": "^/visualization-community/getting-started/embedding",
"replacement": "{{BASEURL}}/content/5.visualization-community/2.getting-started/8.embedding.md"
},
{
"pattern": "^/visualization-community/getting-started/new-data-download",
"replacement": "{{BASEURL}}/content/5.visualization-community/2.getting-started/10.new-data-download.md"
},
{
"pattern": "^/visualization-community/getting-started/how-to-use-the-viseditor",
"replacement": "{{BASEURL}}/content/5.visualization-community/2.getting-started/3.how-to-use-the-viseditor.md"
},
{
"pattern": "^/visualization-community/getting-started/videos",
"replacement": "{{BASEURL}}/content/5.visualization-community/2.getting-started/9.videos.md"
},
{
"pattern": "^/visualization-community/getting-started/how-to-sign-in",
"replacement": "{{BASEURL}}/content/5.visualization-community/2.getting-started/2.how-to-sign-in.md"
},
{
"pattern": "^/visualization-community/getting-started/collections-and-communities",
"replacement": "{{BASEURL}}/content/5.visualization-community/2.getting-started/6.collections-and-communities.md"
},
{
"pattern": "^/visualization-community/getting-started/tracks-and-apps",
"replacement": "{{BASEURL}}/content/5.visualization-community/2.getting-started/4.tracks-and-apps.md"
},
{
"pattern": "^/visualization-community/getting-started/manage-your-data",
"replacement": "{{BASEURL}}/content/5.visualization-community/2.getting-started/5.manage-your-data.md"
},
{
"pattern": "^/visualization-community/getting-started/public-vs-private-visualizations",
"replacement": "{{BASEURL}}/content/5.visualization-community/2.getting-started/7.public-vs-private-visualizations.md"
},
{
"pattern": "^/visualization-community/getting-started/overview",
"replacement": "{{BASEURL}}/content/5.visualization-community/2.getting-started/1.overview.md"
}
],
"httpHeaders": [
{
"urls": [
"https://platform.stjude.cloud",
"https://pecan.stjude.cloud",
"https://ensembl.org"
],
"headers": {
"User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36"
}
}
],
"timeout": "45s"
}