changeset 7:bd2d2d53d5dd draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit 4d77c1e4bd9f6876ee338858a8cd4c7e9528d54c
author iuc
date Wed, 13 Sep 2023 18:53:27 +0000
parents 2ea73b1e301b
children 8c026d40406b
files biom_from_uc.xml macros.xml
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/biom_from_uc.xml	Sat Jan 21 11:17:19 2023 +0000
+++ b/biom_from_uc.xml	Wed Sep 13 18:53:27 2023 +0000
@@ -16,8 +16,8 @@
         ]]>
     </command>
     <inputs>
-        <param name="input_fp" argument="--input-fp" type="data" format="txt" label="UC File" />
-        <param name="rep_set_fp" argument="--rep-set-fp" type="data" format="fasta" optional="true" label="Fasta file containing representative sequences with where sequences are labeled with OTU identifiers, and description fields contain original sequence identifiers" help="This output is created, for example, by vsearch with the --relabel_sha1 --relabel_keep options."/>
+        <param argument="--input-fp" type="data" format="txt" label="UC File" />
+        <param argument="--rep-set-fp" type="data" format="fasta" optional="true" label="Fasta file containing representative sequences with where sequences are labeled with OTU identifiers, and description fields contain original sequence identifiers" help="This output is created, for example, by vsearch with the --relabel_sha1 --relabel_keep options."/>
     </inputs>
     <outputs>
         <data format="biom1" name="output_fp"/>
--- a/macros.xml	Sat Jan 21 11:17:19 2023 +0000
+++ b/macros.xml	Wed Sep 13 18:53:27 2023 +0000
@@ -6,7 +6,7 @@
         </requirements>
     </xml>
     <token name="@TOOL_VERSION@">2.1.14</token>
-    <token name="@VERSION_SUFFIX@">0</token>
+    <token name="@VERSION_SUFFIX@">1</token>
     <token name="@PROFILE@">21.05</token>
     <xml name="version_command">
         <version_command>biom --version</version_command>