@sjcrh/proteinpaint-front 2.81.5 → 2.83.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/arc.json +2 -1
- package/public/cards/citations.json +10 -0
- package/public/cards/hic.json +2 -1
- package/public/cards/index.json +1 -0
- package/public/cards/tkFeatures.json +34 -1
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.83.0",
|
|
4
4
|
"browser": "src/app.js",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"bin": "init.js",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"test:integration": "echo 'TODO: front integration tests'"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@sjcrh/proteinpaint-client": "2.
|
|
15
|
+
"@sjcrh/proteinpaint-client": "2.83.0",
|
|
16
16
|
"webpack": "^5.76.0",
|
|
17
17
|
"webpack-cli": "^4.9.2",
|
|
18
18
|
"webpack-node-externals": "^3.0.0",
|
package/public/cards/arc.json
CHANGED
|
@@ -57,6 +57,16 @@
|
|
|
57
57
|
"pmid": "35982322",
|
|
58
58
|
"pmidURL": "https://pubmed.ncbi.nlm.nih.gov/35982322/",
|
|
59
59
|
"doi": "https://doi.org/10.1007/s00401-022-02484-7"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"id": 1007,
|
|
63
|
+
"title": "ppHiC: Interactive exploration of Hi-C results on the ProteinPaint web portal",
|
|
64
|
+
"appHeaderTitle":"ppHiC: Zhou X <em>et al</em>",
|
|
65
|
+
"year": "2024",
|
|
66
|
+
"journal": "Computational and Structural Biotechnology Journal",
|
|
67
|
+
"pmid": "39430404",
|
|
68
|
+
"pmidURL": "https://pubmed.ncbi.nlm.nih.gov/39430404/",
|
|
69
|
+
"doi": "https://doi.org/10.1016/j.csbj.2024.09.020"
|
|
60
70
|
}
|
|
61
71
|
]
|
|
62
72
|
}
|
package/public/cards/hic.json
CHANGED
package/public/cards/index.json
CHANGED
|
@@ -221,6 +221,7 @@
|
|
|
221
221
|
"description": "ProteinPaint arguments applicable to any track",
|
|
222
222
|
"image": "https://proteinpaint.stjude.org/ppdemo/images/code-square.png",
|
|
223
223
|
"sandboxJson": "tkFeatures",
|
|
224
|
+
"ribbon": { "text": "updated", "expireDate": "2024-12-01" },
|
|
224
225
|
"searchterms": []
|
|
225
226
|
},
|
|
226
227
|
{
|
|
@@ -87,6 +87,39 @@
|
|
|
87
87
|
"testSpec": {
|
|
88
88
|
"expected": {"image": 2}
|
|
89
89
|
}
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"label": "Custom mutation colors, labels, and descriptions",
|
|
93
|
+
"message": "Customize the appearance of mutations with the <span style='font-family: Courier; opacity: 0.6;'>mclassOverride</span> argument. This argument allows you to define custom mutation classes with unique colors, labels, and descriptions. Click on the Documentation button to see the learn more from the ProteinPaint wiki.",
|
|
94
|
+
"runargs": {
|
|
95
|
+
"parseurl": true,
|
|
96
|
+
"nobox": 1,
|
|
97
|
+
"noheader": 1,
|
|
98
|
+
"genome": "hg19",
|
|
99
|
+
"gene": "TP53",
|
|
100
|
+
"dataset": "CIViC",
|
|
101
|
+
"mclassOverride": {
|
|
102
|
+
"className": "My Mutation Classes",
|
|
103
|
+
"classes": {
|
|
104
|
+
"M": {
|
|
105
|
+
"color": "red",
|
|
106
|
+
"label": "Custom mutation label",
|
|
107
|
+
"desc": "Custom description about this mutation"
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
"buttons":[
|
|
114
|
+
{
|
|
115
|
+
"name":"All Attributes Documentation",
|
|
116
|
+
"link": "https://github.com/stjude/proteinpaint/wiki/Tracks#attributes-applicable-to-all-track-types"
|
|
117
|
+
}
|
|
118
|
+
],
|
|
119
|
+
"testSpec": {
|
|
120
|
+
"expected": { "rect": 1, "circle": 10 }
|
|
121
|
+
}
|
|
90
122
|
}
|
|
91
|
-
]
|
|
123
|
+
],
|
|
124
|
+
"ribbonMessage": "See our newest example about customizing the appearance of mutations with the <span style='font-family: Courier; opacity: 0.6;'>mclassOverride</span> argument. Click on 'Custom mutation colors, labels, and descriptions' to learn more."
|
|
92
125
|
}
|