changeset 3:eb50e7eca3dc draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 3a3dfd676076438bea1518eb731790edfb4da3c0
author iuc
date Thu, 09 Nov 2023 12:23:52 +0000
parents 708abf08a626
children
files macros.xml metabat2.xml
diffstat 2 files changed, 10 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/macros.xml	Tue Aug 02 09:40:59 2022 +0000
+++ b/macros.xml	Thu Nov 09 12:23:52 2023 +0000
@@ -1,7 +1,12 @@
 <macros>
     <token name="@TOOL_VERSION@">2.15</token>
-    <token name="@VERSION_SUFFIX@">2</token>
+    <token name="@VERSION_SUFFIX@">3</token>
     <token name="@PROFILE@">21.01</token>
+    <xml name="biotools">
+        <xrefs>
+            <xref type="bio.tools">MetaBAT_2</xref>
+        </xrefs>
+    </xml>
     <xml name="requirements">
         <requirements>
             <requirement type="package" version="@TOOL_VERSION@">metabat2</requirement>
--- a/metabat2.xml	Tue Aug 02 09:40:59 2022 +0000
+++ b/metabat2.xml	Thu Nov 09 12:23:52 2023 +0000
@@ -3,6 +3,7 @@
     <macros>
         <import>macros.xml</import>
     </macros>
+    <expand macro="biotools"/>
     <expand macro="requirements"/>
     <command detect_errors="exit_code"><![CDATA[
 mkdir bins &&
@@ -77,14 +78,14 @@
         </section>
     </inputs>
     <outputs>
-        <collection name="bins" type="list" label="${tool.name} on ${on_string}: Bins">
+        <collection name="bins" type="list" label="${tool.name} on ${on_string}: Bin sequences">
             <filter>not out['saveCls'] and not out['onlyLabel']</filter>
             <discover_datasets pattern="bin\.(?P&lt;designation&gt;\d*)\.fa" format="fasta" directory="bins"/>
         </collection>
-        <data name="bin_saveCls" format="tabular" from_work_dir="bins/bin" label="${tool.name} on ${on_string}: Bins">
+        <data name="bin_saveCls" format="tabular" from_work_dir="bins/bin" label="${tool.name} on ${on_string}: Bins with cluster memberships">
             <filter>out['saveCls'] and not out['onlyLabel']</filter>
         </data>
-        <collection name="bin_onlyLabel" type="list" label="${tool.name} on ${on_string}: Bins">
+        <collection name="bin_onlyLabel" type="list" label="${tool.name} on ${on_string}: Bin labels">
             <filter>not out['saveCls'] and out['onlyLabel']</filter>
             <discover_datasets pattern="bin\.(?P&lt;designation&gt;\d*)" format="tabular" directory="bins"/>
         </collection>