From 77e17b6185a4c5006ae44496a554fb19ec68f73c Mon Sep 17 00:00:00 2001 From: Dannon Baker Date: Fri, 13 Sep 2024 10:04:02 -0400 Subject: [PATCH 1/3] Set up @galaxyproject/h5web for publishing --- config/plugins/visualizations/h5web/config/h5web.xml | 3 +++ config/plugins/visualizations/h5web/package.json | 9 ++++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/config/plugins/visualizations/h5web/config/h5web.xml b/config/plugins/visualizations/h5web/config/h5web.xml index 792d223dcd9f..263db93c43a0 100644 --- a/config/plugins/visualizations/h5web/config/h5web.xml +++ b/config/plugins/visualizations/h5web/config/h5web.xml @@ -2,6 +2,9 @@ HDF5 data visualization and exploration + + h + HistoryDatasetAssociation diff --git a/config/plugins/visualizations/h5web/package.json b/config/plugins/visualizations/h5web/package.json index 87715cdaa687..a851984feac7 100644 --- a/config/plugins/visualizations/h5web/package.json +++ b/config/plugins/visualizations/h5web/package.json @@ -1,6 +1,6 @@ { - "name": "visualization", - "version": "0.2.0", + "name": "@galaxyproject/h5web", + "version": "0.3.0", "keywords": [ "galaxy", "visualization", @@ -14,8 +14,11 @@ "react": "18.3.1", "react-dom": "18.3.1" }, + "files": [ + "static" + ], "scripts": { - "build": "parcel build src/script.js --dist-dir static" + "build": "parcel build src/script.js --dist-dir static --no-source-maps" }, "devDependencies": { "parcel": "^2.12.0", From 12b409038a9e9c840408b5b25fb121782348309a Mon Sep 17 00:00:00 2001 From: Dannon Baker Date: Fri, 13 Sep 2024 10:06:44 -0400 Subject: [PATCH 2/3] Swap h5web to prebuilt w/ requirement specification --- client/gulpfile.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/gulpfile.js b/client/gulpfile.js index feb386952329..e4c79d63cb42 100644 --- a/client/gulpfile.js +++ b/client/gulpfile.js @@ -20,7 +20,6 @@ const STATIC_PLUGIN_BUILD_IDS = [ "editor", "example", "fits_image_viewer", - "h5web", "heatmap/heatmap_default", "hyphyvision", "jqplot/jqplot_bar", @@ -39,7 +38,7 @@ const STATIC_PLUGIN_BUILD_IDS = [ "ts_visjs", "venn", ]; -const INSTALL_PLUGIN_BUILD_IDS = ["msa"]; // todo: derive from XML +const INSTALL_PLUGIN_BUILD_IDS = ["msa", "h5web"]; // todo: derive from XML const DIST_PLUGIN_BUILD_IDS = ["new_user"]; const PLUGIN_BUILD_IDS = Array.prototype.concat(DIST_PLUGIN_BUILD_IDS, STATIC_PLUGIN_BUILD_IDS); From ceda6b3de064cfa4ae7cc42a8921f5bdffa7df61 Mon Sep 17 00:00:00 2001 From: Marius van den Beek Date: Sat, 14 Sep 2024 10:44:57 +0200 Subject: [PATCH 3/3] Remove stray `h` --- config/plugins/visualizations/h5web/config/h5web.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/plugins/visualizations/h5web/config/h5web.xml b/config/plugins/visualizations/h5web/config/h5web.xml index 263db93c43a0..f3003a255ad9 100644 --- a/config/plugins/visualizations/h5web/config/h5web.xml +++ b/config/plugins/visualizations/h5web/config/h5web.xml @@ -3,7 +3,7 @@ HDF5 data visualization and exploration - h +