@sjcrh/proteinpaint-front 2.52.0 → 2.53.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles.tgz +0 -0
- package/package.json +2 -2
- package/public/cards/BCF.json +54 -0
- package/public/cards/index.json +10 -0
package/bundles.tgz
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sjcrh/proteinpaint-front",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.53.0",
|
|
4
4
|
"main": "src/index.js",
|
|
5
5
|
"bin": "init.js",
|
|
6
6
|
"scripts": {
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"test:integration": "echo 'TODO: front integration tests'"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
|
-
"@sjcrh/proteinpaint-client": "2.
|
|
14
|
+
"@sjcrh/proteinpaint-client": "2.53.0",
|
|
15
15
|
"webpack": "^5.76.0",
|
|
16
16
|
"webpack-cli": "^4.9.2",
|
|
17
17
|
"webpack-node-externals": "^3.0.0",
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
{
|
|
2
|
+
"ppcalls": [
|
|
3
|
+
{
|
|
4
|
+
"label": "Variant-only BCF file",
|
|
5
|
+
"urlparam": "?genome=hg38&gene=kras&mds3bcffile=BCF_Demo,hg38/clinvar.hg38.bcf.gz",
|
|
6
|
+
"runargs": {
|
|
7
|
+
"nobox": 1,
|
|
8
|
+
"noheader": 1,
|
|
9
|
+
"genome": "hg38",
|
|
10
|
+
"gene": "KRAS",
|
|
11
|
+
"tracks": [
|
|
12
|
+
{
|
|
13
|
+
"type": "mds3",
|
|
14
|
+
"name": "BCF Demo",
|
|
15
|
+
"bcf": {
|
|
16
|
+
"file": "hg38/clinvar.hg38.bcf.gz"
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
]
|
|
20
|
+
},
|
|
21
|
+
"testSpec": {
|
|
22
|
+
"expected": {"circle": 3 }
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"label": "Variant-sample BCF matrix",
|
|
27
|
+
"urlparam": "?genome=hg38&gene=p53&mds3bcffile=BCF_Demo_samples,files/hg38/TermdbTest/TermdbTest.bcf.gz",
|
|
28
|
+
"runargs": {
|
|
29
|
+
"nobox": 1,
|
|
30
|
+
"noheader": 1,
|
|
31
|
+
"genome": "hg38",
|
|
32
|
+
"gene": "TP53",
|
|
33
|
+
"tracks": [
|
|
34
|
+
{
|
|
35
|
+
"type": "mds3",
|
|
36
|
+
"name": "BCF with samples",
|
|
37
|
+
"bcf": {
|
|
38
|
+
"file": "files/hg38/TermdbTest/TermdbTest.bcf.gz"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
]
|
|
42
|
+
},
|
|
43
|
+
"testSpec": {
|
|
44
|
+
"expected": {"circle": 3 }
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
],
|
|
48
|
+
"buttons": [
|
|
49
|
+
{
|
|
50
|
+
"name": "VCF Format Documentation",
|
|
51
|
+
"link": "https://samtools.github.io/hts-specs/VCFv4.2.pdf"
|
|
52
|
+
}
|
|
53
|
+
]
|
|
54
|
+
}
|
package/public/cards/index.json
CHANGED
|
@@ -120,6 +120,16 @@
|
|
|
120
120
|
"sandboxJson": "lollipop",
|
|
121
121
|
"searchterms": []
|
|
122
122
|
},
|
|
123
|
+
{
|
|
124
|
+
"type": "card",
|
|
125
|
+
"name": "BCF",
|
|
126
|
+
"section": "tracks",
|
|
127
|
+
"ribbon": {"text": "new", "expireDate": "2024-05-15"},
|
|
128
|
+
"description": "Custom variant calls",
|
|
129
|
+
"image": "https://proteinpaint.stjude.org/ppdemo/images/bcf-square.png",
|
|
130
|
+
"sandboxJson": "BCF",
|
|
131
|
+
"searchterms": ["bcf"]
|
|
132
|
+
},
|
|
123
133
|
{
|
|
124
134
|
"type": "card",
|
|
125
135
|
"name": "Splice Junction",
|