@sjcrh/proteinpaint-front 2.67.1-0 → 2.67.1

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 CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sjcrh/proteinpaint-front",
3
- "version": "2.67.1-0",
3
+ "version": "2.67.1",
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.67.1-0",
15
+ "@sjcrh/proteinpaint-client": "2.67.1",
16
16
  "webpack": "^5.76.0",
17
17
  "webpack-cli": "^4.9.2",
18
18
  "webpack-node-externals": "^3.0.0",
@@ -321,6 +321,7 @@
321
321
  "description": "Single-cell omics viewer",
322
322
  "image": "https://proteinpaint.stjude.org/ppdemo/images/singlecell-square.png",
323
323
  "sandboxJson": "singlecell",
324
+ "ribbon": { "text": "updated", "expireDate": "2024-08-15" },
324
325
  "searchterms": ["tsne", "gene expression", "multi-gene heatmap", "violin plot", "box plot", "umap"]
325
326
  },
326
327
  {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "button": {
3
3
  "name": "NCI GDC",
4
- "intro": "The NCI's Genomic Data Commmons <a href='https://gdc.cancer.gov/about-gdc' target='GDC homepage'>(GDC)</a> coagulates data from NCI-supported programs, such as TCGA and TARGET.",
4
+ "intro": "The NCI's Genomic Data Commmons <a href='https://gdc.cancer.gov/about-gdc' target='GDC homepage'>(GDC)</a> is a repository of harmonized datasets of large cancer cohorts. Following applications allow to access and visualize GDC datasets via on-the-fly query to the GDC API.<br><p style='margin: 10px 20px 0px;'><ul style='margin: 5px 15px;'><li><a href='/?appcard=gdcbam' target='GDC lollipop'>BAM slicing</a></li><li><a href='/?appcard=lollipop' target='GDC lollipop'>Coding mutation lollipop plot</a> (or use gene search box below)</li><li><a href='/?appcard=singlecell' target='GDC lollipop'>Single cell RNA-seq</a></li></ul></p>",
5
5
  "searchBar": "gene",
6
6
  "availableGenomes": ["hg38"],
7
7
  "dsURLparam": "mds3=GDC",
@@ -18,4 +18,4 @@
18
18
  ]
19
19
  }
20
20
  }
21
- }
21
+ }
@@ -1,25 +1,27 @@
1
1
  {
2
2
  "ppcalls": [
3
- {
4
- "download": "https://proteinpaint.stjude.org/ppdemo/hg19/singlecell/singlecellDemoData.tar.gz",
5
- "urlparam": "?genome=hg19&singlecell=proteinpaint_demo/hg19/singlecell/singlecell.json",
6
- "jsonpath": "proteinpaint_demo/hg19/singlecell/singlecell.json",
3
+ {
4
+ "label": "GDC datasets",
5
+ "urlparam": "?noheader=1&mass={%22genome%22:%22hg38%22,%22dslabel%22:%22GDC%22,%22nav%22:{%22header_mode%22:%22hidden%22},%22plots%22:[{%22chartType%22:%22singleCellPlot%22}]}",
7
6
  "runargs": {
8
- "noheader": 1,
9
- "singlecell": {
10
- "genome": "hg19",
11
- "jsonfile":"proteinpaint_demo/hg19/singlecell/singlecell.json"
7
+ "noheader": true,
8
+ "nobox": true,
9
+ "mass": {
10
+ "state": {
11
+ "genome": "hg38",
12
+ "dslabel": "GDC",
13
+ "nav": {
14
+ "header_mode": "hidden"
15
+ },
16
+ "plots": [
17
+ {
18
+ "chartType": "singleCellPlot"
19
+ }
20
+ ]
21
+ }
12
22
  }
13
23
  },
14
- "testSpec": {
15
- "expected": {"canvas": 1 }
16
- }
17
- }
18
- ],
19
- "buttons": [
20
- {
21
- "name": "Documentation",
22
- "link": "https://docs.google.com/document/d/1YVxw2aPru6bAlTzUfE9GAQAvzbiBiqJiBR1X-g5ZBLI/edit"
24
+ "testSpec": { "expected": { "table": 1, "svg": 2 } }
23
25
  }
24
26
  ]
25
27
  }