Skip to content

Commit

Permalink
Remove legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Nov 20, 2024
1 parent b18f9e1 commit 972fe8d
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<!DOCTYPE visualization SYSTEM "../../visualization.dtd">
<visualization name="Clustered Heatmap" embeddable="false" logo="logo.cluster.svg">
<macros>
<import>heatmap_shared.xml</import>
<import>../heatmap_default/config/heatmap_shared.xml</import>
</macros>
<description>Applies hierarchical clustering to a matrix using R. The data has to be provided in 3-column format. The result is displayed as clustered heatmap.</description>
<requirements>
<requirement type="npm" version="0.0.0" package="@galaxyproject/heatmap"/>
<requirement type="npm" version="MY_NPM_PACKAGE_VERSION" package="MY_NPM_PACKAGE_NAME"/>
</requirements>
<expand macro="shared"/>
<specs>
Expand Down
18 changes: 18 additions & 0 deletions config/plugins/visualizations/heatmap_cluster/static/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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="Heatmap" embeddable="false" logo="logo.svg">
<macros>
<import>heatmap_shared.xml</import>
</macros>
<description>Renders a heatmap from matrix data provided in 3-column format (x, y, observation).</description>
<requirements>
<requirement type="npm" version="0.0.0" package="@galaxyproject/heatmap"/>
</requirements>
<expand macro="shared"/>
<specs>
<exports>
<exports>pdf</exports>
<exports>png</exports>
<exports>svg</exports>
</exports>
</specs>
</visualization>
18 changes: 18 additions & 0 deletions config/plugins/visualizations/heatmap_default/static/logo.svg
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 972fe8d

Please sign in to comment.