Skip to content

Commit

Permalink
Adapt Vizarr visualization to use URI protocol checks
Browse files Browse the repository at this point in the history
  • Loading branch information
davelopez committed Nov 2, 2024
1 parent 3c60637 commit 21f227d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/plugins/visualizations/vizarr/config/vizarr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<data_source>
<model_class>HistoryDatasetAssociation</model_class>

<test type="isinstance" test_attr="datatype" result_type="datatype" allow_deferred="true">data.ZarrDirectory</test>
<test type="isinstance" test_attr="datatype" result_type="datatype" allow_deferred="true">images.OMEZarr</test>
<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>
Expand Down

0 comments on commit 21f227d

Please sign in to comment.