Skip to content

Commit

Permalink
Add vitessce
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Dec 2, 2024
1 parent 2b5ecfb commit 094094f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions client/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ const INSTALL_PLUGIN_BUILD_IDS = [
"phylocanvas",
"plotly",
"venn",
"vitessce",
"vizarr",
]; // todo: derive from XML
const DIST_PLUGIN_BUILD_IDS = ["new_user"];
Expand Down
19 changes: 19 additions & 0 deletions config/plugins/visualizations/vitessce/config/vitessce.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE visualization SYSTEM "../../visualization.dtd">
<visualization name="Vitessce">
<description>Visual integration tool for exploration of spatial single cell experiments.</description>
<data_sources>
<data_source>
<model_class>HistoryDatasetAssociation</model_class>
<test test_attr="ext" result_type="datatype">json</test>
<to_param param_attr="id">dataset_id</to_param>
</data_source>
</data_sources>
<params>
<param type="dataset" var_name_in_template="hda" required="true">dataset_id</param>
</params>
<requirements>
<requirement type="npm" version="0.0.0" package="galaxy-vitessce"/>
</requirements>
<entry_point entry_point_type="script" src="dist/index.js" css="dist/index.css" />
</visualization>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 094094f

Please sign in to comment.