Skip to content

Commit

Permalink
Merge pull request #19211 from guerler/h5web
Browse files Browse the repository at this point in the history
Switch h5web to script endpoint
  • Loading branch information
guerler authored Nov 27, 2024
2 parents 4fd6535 + 92cb1e7 commit 1e15e48
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 134 deletions.
2 changes: 1 addition & 1 deletion 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 @@ -36,6 +35,7 @@ const STATIC_PLUGIN_BUILD_IDS = [
];
const INSTALL_PLUGIN_BUILD_IDS = [
"cytoscape",
"h5web",
"heatmap",
"ngl",
"msa",
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 1e15e48

Please sign in to comment.