Mercurial > repos > iuc > scanpy_filter
changeset 23:92a189c299d4 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:05:20 +0000 |
| parents | 5813f9920877 |
| children | |
| files | filter.xml macros.xml |
| diffstat | 2 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/filter.xml Wed Mar 26 09:43:50 2025 +0000 +++ b/filter.xml Wed Dec 03 10:05:20 2025 +0000 @@ -1,4 +1,4 @@ -<tool id="scanpy_filter" name="Scanpy filter" version="@TOOL_VERSION@+galaxy3" profile="@PROFILE@"> +<tool id="scanpy_filter" name="Scanpy filter" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> <description>mark and subsample</description> <macros> <import>macros.xml</import> @@ -87,7 +87,7 @@ filters = [str(x.strip()) for x in filter_f.readlines()] filtered = filters #else - #set $filters = [str(x.strip()) for x in $method.filter.index.text.split(',')] + #set $filters = [str(x.strip()) for x in str($method.filter.index.text).split(',')] filtered = $filters #end if #end if
--- a/macros.xml Wed Mar 26 09:43:50 2025 +0000 +++ b/macros.xml Wed Dec 03 10:05:20 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">
