Mercurial > repos > goeckslab > gate_finder
diff main_macros.xml @ 1:8097f9124f87 draft
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/vitessce commit 130ef7e8ae6cab35866b72617e53d35acc11475a
author | goeckslab |
---|---|
date | Wed, 28 Feb 2024 20:53:12 +0000 |
parents | 6df8d6e42152 |
children | 764f6363e2a9 |
line wrap: on
line diff
--- a/main_macros.xml Thu Sep 08 17:22:53 2022 +0000 +++ b/main_macros.xml Wed Feb 28 20:53:12 2024 +0000 @@ -1,6 +1,6 @@ <macros> <token name="@TOOL_VERSION@">1.0.4</token> - <token name="@VERSION_SUFFIX@">0</token> + <token name="@VERSION_SUFFIX@">3</token> <token name="@PROFILE@">20.01</token> <xml name="vitessce_requirements"> @@ -16,7 +16,7 @@ </xml> <xml name="vitessce_cmd" token_tool_id="vitessce_spatial"> - <command> + <command detect_errors="aggressive"> <![CDATA[ export BF_MAX_MEM="\${GALAXY_MEMORY_MB}m" && mkdir -p '${output.files_path}/A/0' && @@ -70,7 +70,7 @@ #if $masks --masks '${output.files_path}/A/0/masks01.ome.tiff' #end if - #if $do_phenotyping.phenotyping_choice + #if $do_phenotyping.phenotyping_choice == 'add_h5ad' --anndata '$anndata' #end if &&