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

Changeset 7:eae7ee167917 (2023-11-12)
Previous changeset 6:16672a3c9b65 (2023-08-26)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/concoct commit 86e1afebec29c10ef1e31196b23c24fde2d086da
modified:
concoct.xml
macros.xml
b
diff -r 16672a3c9b65 -r eae7ee167917 concoct.xml
--- a/concoct.xml Sat Aug 26 02:42:23 2023 +0000
+++ b/concoct.xml Sun Nov 12 14:30: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[
 ## CONCOCT doesn't handle gzipped files.
b
diff -r 16672a3c9b65 -r eae7ee167917 macros.xml
--- a/macros.xml Sat Aug 26 02:42:23 2023 +0000
+++ b/macros.xml Sun Nov 12 14:30:52 2023 +0000
b
@@ -2,6 +2,11 @@
     <token name="@TOOL_VERSION@">1.1.0</token>
     <token name="@VERSION_SUFFIX@">2</token>
     <token name="@PROFILE@">21.01</token>
+    <xml name="biotools">
+        <xrefs>
+            <xref type="bio.tools">concoct</xref>
+        </xrefs>
+    </xml>
     <xml name="requirements">
         <requirements>
             <requirement type="package" version="@TOOL_VERSION@">concoct</requirement>