| Previous changeset 2:3e5642ac5620 (2025-02-19) |
|
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastk commit 64d29a89de7b928abec794a8d34c010724ae0fb3 |
|
modified:
histex.xml |
| b |
| diff -r 3e5642ac5620 -r e1954bd8bde9 histex.xml --- a/histex.xml Wed Feb 19 11:16:53 2025 +0000 +++ b/histex.xml Fri Mar 07 09:44:04 2025 +0000 |
| b |
| @@ -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> |