Skip to content

Commit

Permalink
Fix logo in vizarr visualization
Browse files Browse the repository at this point in the history
Galaxy expects it to be called `logo.png` and the logo attribute only works in the visualization development framework for now.
  • Loading branch information
davelopez committed Oct 29, 2024
1 parent 397f7b4 commit c53b476
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/plugins/visualizations/vizarr/config/vizarr.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE visualization SYSTEM "../../visualization.dtd">
<visualization name="Vizarr Viewer" logo="vizarr-logo.png">
<visualization name="Vizarr Viewer">
<description>Basic visualization for Zarr-based images like OME-Zarr</description>
<requirements>
<requirement type="npm" version="0.1.1" package="galaxy-vizarr"/>
Expand Down

0 comments on commit c53b476

Please sign in to comment.