# HG changeset patch # User goeckslab # Date 1753116466 0 # Node ID cab38f254824a5c212839fe62d40d7cd93c2cfc9 # Parent 70c8be4d59e923e664b2cf02bdc3a887af592c50 planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/vitessce commit 52576a03742abfab8a623c06e22624f1d8423e3d diff -r 70c8be4d59e9 -r cab38f254824 main_macros.xml --- a/main_macros.xml Fri Jun 06 16:38:33 2025 +0000 +++ b/main_macros.xml Mon Jul 21 16:47:46 2025 +0000 @@ -1,7 +1,7 @@ 3.5.1 - 2 - 22.01 + 3 + 25.0 @@ -78,7 +78,6 @@ #end if && cp '$__tool_directory__/index.html' '$output' && - sed -i 's|display?filename=/|display?filename=|g' ${output.files_path}/config.json && echo "export var config = \$(cat ${output.files_path}/config.json)" >> '${output.files_path}/config.js' && cat '${output.files_path}/config.json' >> '$vitessce_config'; ]]> diff -r 70c8be4d59e9 -r cab38f254824 vitessce_spatial.py --- a/vitessce_spatial.py Fri Jun 06 16:38:33 2025 +0000 +++ b/vitessce_spatial.py Mon Jul 21 16:47:46 2025 +0000 @@ -83,7 +83,7 @@ h=lc_dims[1]) # Build the prefix that Vitessce should use - display_prefix = (f"{galaxy_url}/api/datasets/{dataset_id}/display?filename=") + display_prefix = f"{galaxy_url}/api/datasets/{dataset_id}/extra_files/raw" # if no anndata file, export the config with these minimal components if not anndata: