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

Changeset 9:aab88b1cea31 (2024-02-09)
Previous changeset 8:6eaecade500b (2023-10-26) Next changeset 10:e42574a580c0 (2024-03-15)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit 2230d399cc6a526674f192099f00632dcc931e8c
modified:
biom_subset_table.xml
macros.xml
b
diff -r 6eaecade500b -r aab88b1cea31 biom_subset_table.xml
--- a/biom_subset_table.xml Thu Oct 26 07:28:39 2023 +0000
+++ b/biom_subset_table.xml Fri Feb 09 21:35:52 2024 +0000
b
@@ -3,6 +3,7 @@
     <macros>
         <import>macros.xml</import>
     </macros>
+    <expand macro="bio_tools"/>
     <expand macro="requirements" />
     <expand macro="version_command" />
     <command detect_errors="exit_code">
b
diff -r 6eaecade500b -r aab88b1cea31 macros.xml
--- a/macros.xml Thu Oct 26 07:28:39 2023 +0000
+++ b/macros.xml Fri Feb 09 21:35:52 2024 +0000
b
@@ -8,6 +8,11 @@
     <token name="@TOOL_VERSION@">2.1.15</token>
     <token name="@VERSION_SUFFIX@">0</token>
     <token name="@PROFILE@">21.05</token>
+    <xml name="bio_tools">
+        <xrefs>
+            <xref type="bio.tools">biomformat</xref>
+        </xrefs>
+    </xml>
     <xml name="version_command">
         <version_command>biom --version</version_command>
     </xml>