@sjcrh/proteinpaint-front 2.155.0 → 2.156.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/citations.json +9 -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.156.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.156.0",
|
|
16
16
|
"webpack": "^5.76.0",
|
|
17
17
|
"webpack-cli": "^4.9.2",
|
|
18
18
|
"webpack-node-externals": "^3.0.0",
|
|
@@ -63,10 +63,18 @@
|
|
|
63
63
|
"title": "ppHiC: Interactive exploration of Hi-C results on the ProteinPaint web portal",
|
|
64
64
|
"appHeaderTitle":"ppHiC: Rajput A <em>et al</em>",
|
|
65
65
|
"year": "2024",
|
|
66
|
-
"journal": "
|
|
66
|
+
"journal": "CSBJ",
|
|
67
67
|
"pmid": "39430404",
|
|
68
68
|
"pmidURL": "https://pubmed.ncbi.nlm.nih.gov/39430404/",
|
|
69
69
|
"doi": "https://doi.org/10.1016/j.csbj.2024.09.020"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"id": 1008,
|
|
73
|
+
"title": "The Medulloblastoma Meta-Analysis Portal Enables Integrative Exploration of Clinical and Genomic Data from Patients",
|
|
74
|
+
"appHeaderTitle":"MBPortal: Gangwani K <em>et al</em>",
|
|
75
|
+
"year": "2025",
|
|
76
|
+
"journal": "Cancer Research",
|
|
77
|
+
"doi": "https://doi.org/10.1158/0008-5472.CAN-24-4976"
|
|
70
78
|
}
|
|
71
79
|
]
|
|
72
80
|
}
|