Mercurial > repos > iuc > scanpy_inspect
changeset 22:27c054e8d949 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/scanpy commit a6bd86a67a159906ff55e8b2dedda71d019d3caf
| author | iuc |
|---|---|
| date | Wed, 03 Dec 2025 10:03:00 +0000 |
| parents | 3b5ef3b00cdd |
| children | |
| files | inspect.xml macros.xml |
| diffstat | 2 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/inspect.xml Wed Mar 26 09:42:09 2025 +0000 +++ b/inspect.xml Wed Dec 03 10:03:00 2025 +0000 @@ -1,4 +1,4 @@ -<tool id="scanpy_inspect" name="Scanpy Inspect and manipulate" version="@TOOL_VERSION@+galaxy2" profile="@PROFILE@"> +<tool id="scanpy_inspect" name="Scanpy Inspect and manipulate" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> <macros> <import>macros.xml</import> <xml name="params_score_genes">
--- a/macros.xml Wed Mar 26 09:42:09 2025 +0000 +++ b/macros.xml Wed Dec 03 10:03:00 2025 +0000 @@ -1,6 +1,6 @@ <macros> <token name="@TOOL_VERSION@">1.10.2</token> - <token name="@VERSION_SUFFIX@">2</token> + <token name="@VERSION_SUFFIX@">3</token> <token name="@PROFILE@">21.09</token> <xml name="requirements"> <requirements> @@ -53,6 +53,7 @@ <xml name="inputs_common_advanced"> <section name="advanced_common" title="Advanced Options" expanded="false"> <param name="show_log" type="boolean" checked="false" label="Output Log?"/> + <yield /> </section> </xml> <xml name="anndata_outputs">
