Repository 'metabat2'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/metabat2

Changeset 3:eb50e7eca3dc (2023-11-09)
Previous changeset 2:708abf08a626 (2022-08-02)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 3a3dfd676076438bea1518eb731790edfb4da3c0
modified:
macros.xml
metabat2.xml
b
diff -r 708abf08a626 -r eb50e7eca3dc macros.xml
--- a/macros.xml Tue Aug 02 09:40:59 2022 +0000
+++ b/macros.xml Thu Nov 09 12:23:52 2023 +0000
b
@@ -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>
b
diff -r 708abf08a626 -r eb50e7eca3dc metabat2.xml
--- 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>