-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19061 from davelopez/add_vizarr_visualization
Add Vizarr visualization
- Loading branch information
Showing
3 changed files
with
59 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE visualization SYSTEM "../../visualization.dtd"> | ||
<visualization name="Vizarr Viewer"> | ||
<description>Basic visualization for Zarr-based images like OME-Zarr</description> | ||
<requirements> | ||
<requirement type="npm" version="0.1.4" package="@galaxyproject/vizarr"/> | ||
</requirements> | ||
<entry_point entry_point_type="script" src="dist/index.js" css="dist/index.css" /> | ||
<data_sources> | ||
<data_source> | ||
<model_class>HistoryDatasetAssociation</model_class> | ||
|
||
<test type="isinstance" test_attr="datatype" result_type="datatype" allow_uri_if_protocol="https,http">data.ZarrDirectory</test> | ||
<test type="isinstance" test_attr="datatype" result_type="datatype" allow_uri_if_protocol="https,http">images.OMEZarr</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> | ||
</visualization> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.