Skip to content

Commit

Permalink
Switch h5web to new visualization framework
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Nov 27, 2024
1 parent 116a990 commit 391fdea
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 135 deletions.
13 changes: 11 additions & 2 deletions client/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const STATIC_PLUGIN_BUILD_IDS = [
"example",
"fits_graph_viewer",
"fits_image_viewer",
"h5web",
"hyphyvision",
"jqplot/jqplot_bar",
"media_player",
Expand All @@ -34,7 +33,17 @@ const STATIC_PLUGIN_BUILD_IDS = [
"tiffviewer",
"ts_visjs",
];
const INSTALL_PLUGIN_BUILD_IDS = ["cytoscape", "heatmap", "ngl", "msa", "openlayers", "phylocanvas", "venn", "vizarr"]; // todo: derive from XML
const INSTALL_PLUGIN_BUILD_IDS = [
"cytoscape",
"h5web",
"heatmap",
"ngl",
"msa",
"openlayers",
"phylocanvas",
"venn",
"vizarr",
]; // 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);

Expand Down
12 changes: 4 additions & 8 deletions config/plugins/visualizations/h5web/config/h5web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,8 @@
<params>
<param type="dataset" var_name_in_template="hda" required="true">dataset_id</param>
</params>
<entry_point entry_point_type="chart" src="script.js" css="script.css"/>
<settings>
<input>
<name>explorer</name>
<value>false</value>
<type>boolean</type>
</input>
</settings>
<requirements>
<requirement type="npm" version="0.5.0" package="@galaxyproject/h5web"/>
</requirements>
<entry_point entry_point_type="script" src="dist/index.js" css="dist/index.css" />
</visualization>
24 changes: 0 additions & 24 deletions config/plugins/visualizations/h5web/package.json

This file was deleted.

58 changes: 0 additions & 58 deletions config/plugins/visualizations/h5web/src/script.js

This file was deleted.

43 changes: 0 additions & 43 deletions config/plugins/visualizations/h5web/src/styles.css

This file was deleted.

0 comments on commit 391fdea

Please sign in to comment.