@sjcrh/proteinpaint-front 2.47.0 → 2.48.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/bedj.json +22 -0
- package/public/cards/bigwig.json +21 -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.48.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.48.0",
|
|
15
15
|
"webpack": "^5.76.0",
|
|
16
16
|
"webpack-cli": "^4.9.2",
|
|
17
17
|
"webpack-node-externals": "^3.0.0",
|
package/public/cards/bedj.json
CHANGED
|
@@ -292,6 +292,28 @@
|
|
|
292
292
|
"testSpec": {
|
|
293
293
|
"expected": {"image": 1 }
|
|
294
294
|
}
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"label": "Remote File",
|
|
298
|
+
"urlparam": "?block=on&genome=hg19&bedjurl=Remote%20file,https://hgdownload.soe.ucsc.edu/gbdb/hg19/knownGene.bb",
|
|
299
|
+
"runargs": {
|
|
300
|
+
"parseurl": true,
|
|
301
|
+
"block": true,
|
|
302
|
+
"nobox": 1,
|
|
303
|
+
"noheader": 1,
|
|
304
|
+
"genome": "hg19",
|
|
305
|
+
"nativetracks": "RefGene",
|
|
306
|
+
"tracks": [{
|
|
307
|
+
"type": "bedj",
|
|
308
|
+
"name": "Remote file demo",
|
|
309
|
+
"url": "https://hgdownload.soe.ucsc.edu/gbdb/hg19/knownGene.bb",
|
|
310
|
+
"stackheight": 16,
|
|
311
|
+
"stackspace": 1
|
|
312
|
+
}]
|
|
313
|
+
},
|
|
314
|
+
"testSpec": {
|
|
315
|
+
"expected": {"image": 2 }
|
|
316
|
+
}
|
|
295
317
|
}
|
|
296
318
|
],
|
|
297
319
|
"buttons": [
|
package/public/cards/bigwig.json
CHANGED
|
@@ -64,6 +64,27 @@
|
|
|
64
64
|
"testSpec": {
|
|
65
65
|
"expected": {"image": 2 }
|
|
66
66
|
}
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"label": "Remote File",
|
|
70
|
+
"urlparam": "?block=on&genome=hg19&bigwigurl=BigWig%20remote%20file,https://hgdownload.soe.ucsc.edu/goldenPath/hg19/phyloP100way/hg19.100way.phyloP100way.bw",
|
|
71
|
+
"runargs":{
|
|
72
|
+
"parseurl": true,
|
|
73
|
+
"block": true,
|
|
74
|
+
"nobox": 1,
|
|
75
|
+
"noheader": 1,
|
|
76
|
+
"genome": "hg19",
|
|
77
|
+
"nativetracks": "RefGene",
|
|
78
|
+
"tracks": [{
|
|
79
|
+
"type": "bigwig",
|
|
80
|
+
"url": "https://hgdownload.soe.ucsc.edu/goldenPath/hg19/phyloP100way/hg19.100way.phyloP100way.bw",
|
|
81
|
+
"name": "Remote file demo",
|
|
82
|
+
"height": 100
|
|
83
|
+
}]
|
|
84
|
+
},
|
|
85
|
+
"testSpec": {
|
|
86
|
+
"expected": {"image": 2 }
|
|
87
|
+
}
|
|
67
88
|
}
|
|
68
89
|
],
|
|
69
90
|
"ribbonMessage": "<p style='display: inline-block;'>Create your own bigwig track! Use the new form on the <span style='color:#1575ad; font-weight:600;'>Add Your Data</span> tab to create your own bigwig track. Additional configuration options coming soon.</p>"
|