Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch h5web to script endpoint #19211

Merged
merged 1 commit into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading