changeset 10:764f2516d837 draft default tip

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gfastats commit 5ab6f941524ff25e2dac5a51372e0e7cf4524541
author bgruening
date Thu, 12 Dec 2024 20:37:13 +0000
parents f4a3eff8ab85
children
files gfastats.xml macros.xml
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/gfastats.xml	Wed Nov 06 11:28:41 2024 +0000
+++ b/gfastats.xml	Thu Dec 12 20:37:13 2024 +0000
@@ -111,7 +111,7 @@
             </param>
             <when value="manipulation">
                 <param argument="--swiss-army-knife" type="data"
-                    format="text" label="SAK input file" optional="true"
+                    format="txt" label="SAK input file" optional="true"
                     help="Set of instructions provided as an ordered list"/>
                 <conditional name="output_condition">
                     <param argument="--out-format" type="select" 
@@ -201,7 +201,7 @@
         <data name="stats" format="tabular" label="${tool.name} on ${on_string}: stats">
             <filter>mode_condition['selector'] == 'statistics'</filter>
             <change_format>
-                <when input="tabular" value="false" format="text"/>
+                <when input="tabular" value="false" format="txt"/>
             </change_format>
         </data>
         <data name="output" format="fastq" from_work_dir="output_dataset" label="${tool.name} on ${on_string}: edited sequences">
--- a/macros.xml	Wed Nov 06 11:28:41 2024 +0000
+++ b/macros.xml	Thu Dec 12 20:37:13 2024 +0000
@@ -1,6 +1,6 @@
 <macros>
     <token name="@TOOL_VERSION@">1.3.9</token>
-    <token name="@SUFFIX_VERSION@">0</token>
+    <token name="@SUFFIX_VERSION@">1</token>
     <xml name="requirements">
         <requirements>
             <requirement type="package" version="@TOOL_VERSION@">gfastats</requirement>