comparison main_macros.xml @ 7:cab38f254824 draft default tip

planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/vitessce commit 52576a03742abfab8a623c06e22624f1d8423e3d
author goeckslab
date Mon, 21 Jul 2025 16:47:46 +0000
parents 70c8be4d59e9
children
comparison
equal deleted inserted replaced
6:70c8be4d59e9 7:cab38f254824
1 <macros> 1 <macros>
2 <token name="@TOOL_VERSION@">3.5.1</token> 2 <token name="@TOOL_VERSION@">3.5.1</token>
3 <token name="@VERSION_SUFFIX@">2</token> 3 <token name="@VERSION_SUFFIX@">3</token>
4 <token name="@PROFILE@">22.01</token> 4 <token name="@PROFILE@">25.0</token>
5 5
6 <xml name="vitessce_requirements"> 6 <xml name="vitessce_requirements">
7 <requirements> 7 <requirements>
8 <container type="docker">quay.io/goeckslab/vitessce:@TOOL_VERSION@</container> 8 <container type="docker">quay.io/goeckslab/vitessce:@TOOL_VERSION@</container>
9 </requirements> 9 </requirements>
76 #if $do_phenotyping.phenotyping_choice == 'add_h5ad' 76 #if $do_phenotyping.phenotyping_choice == 'add_h5ad'
77 --anndata '$anndata' 77 --anndata '$anndata'
78 #end if 78 #end if
79 && 79 &&
80 cp '$__tool_directory__/index.html' '$output' && 80 cp '$__tool_directory__/index.html' '$output' &&
81 sed -i 's|display?filename=/|display?filename=|g' ${output.files_path}/config.json &&
82 echo "export var config = \$(cat ${output.files_path}/config.json)" >> '${output.files_path}/config.js' && 81 echo "export var config = \$(cat ${output.files_path}/config.json)" >> '${output.files_path}/config.js' &&
83 cat '${output.files_path}/config.json' >> '$vitessce_config'; 82 cat '${output.files_path}/config.json' >> '$vitessce_config';
84 ]]> 83 ]]>
85 </command> 84 </command>
86 </xml> 85 </xml>