# HG changeset patch # User goeckslab # Date 1753116470 0 # Node ID 64609b94f90f8df93ef1a71a877dbe7035fe2290 # Parent db3053f1b8788569365882171da21c907bccbc0e planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/vitessce commit 52576a03742abfab8a623c06e22624f1d8423e3d diff -r db3053f1b878 -r 64609b94f90f main_macros.xml --- a/main_macros.xml Fri Jun 06 16:38:39 2025 +0000 +++ b/main_macros.xml Mon Jul 21 16:47:50 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 db3053f1b878 -r 64609b94f90f vitessce_spatial.py --- a/vitessce_spatial.py Fri Jun 06 16:38:39 2025 +0000 +++ b/vitessce_spatial.py Mon Jul 21 16:47:50 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: