Mercurial > repos > iuc > fastk_histex
changeset 3:e1954bd8bde9 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastk commit 64d29a89de7b928abec794a8d34c010724ae0fb3
author | iuc |
---|---|
date | Fri, 07 Mar 2025 09:44:04 +0000 |
parents | 3e5642ac5620 |
children | |
files | histex.xml |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/histex.xml Wed Feb 19 11:16:53 2025 +0000 +++ b/histex.xml Fri Mar 07 09:44:04 2025 +0000 @@ -1,4 +1,4 @@ -<tool id="fastk_histex" name="FastK Histex" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="23.2" license="MIT"> +<tool id="fastk_histex" name="FastK Histex" version="@TOOL_VERSION@+galaxy3" profile="23.2" license="MIT"> <description>Reads and displays a kmer histogram produced by FastK</description> <macros> <import>macros.xml</import> @@ -25,10 +25,10 @@ </inputs> <outputs> <data name="histex_out" format="txt" from_work_dir="output.hist" label="${tool.name} on ${on_string}: FastK Histogram Text"> - <filter>select_output_format != '-A' </filter> + <filter>select_output_format == '-k' </filter> </data> <data name="histex_out_tsv" format="tabular" from_work_dir="output.hist" label="${tool.name} on ${on_string}: FastK Histogram TSV"> - <filter> select_output_format == '-A'</filter> + <filter> select_output_format != '-k'</filter> </data> </outputs> <tests>