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

Changeset 5:7db455b6434b (2021-11-27)
Previous changeset 4:532a84f0de1e (2020-01-31)
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit d1f8cb0c56e082656c5d4a8729e612bdc5b6e3cc"
modified:
macros.xml
transit_hmm.xml
b
diff -r 532a84f0de1e -r 7db455b6434b macros.xml
--- a/macros.xml Fri Jan 31 10:48:38 2020 -0500
+++ b/macros.xml Sat Nov 27 09:49:41 2021 +0000
b
@@ -6,13 +6,19 @@
  <yield />
  </citations>
  </xml>
+    <xml name="bio_tools">
+        <xrefs>
+            <xref type="bio.tools">transit</xref>
+        </xrefs>
+    </xml>
  <xml name="requirements">
  <requirements>
- <requirement type="package" version="@VERSION@">transit</requirement>
+ <requirement type="package" version="@TOOL_VERSION@">transit</requirement>
  <yield />
  </requirements>
  </xml>
- <token name="@VERSION@">3.0.2</token>
+ <token name="@TOOL_VERSION@">3.0.2</token>
+ <token name="@VERSION_SUFFIX@">1</token>
  <xml name="outputs">
         <yield />
         <data name="sites" from_work_dir="transit_out.txt" format="tabular" label="${tool.name} on ${on_string} Sites" />
b
diff -r 532a84f0de1e -r 7db455b6434b transit_hmm.xml
--- a/transit_hmm.xml Fri Jan 31 10:48:38 2020 -0500
+++ b/transit_hmm.xml Sat Nov 27 09:49:41 2021 +0000
b
@@ -1,6 +1,7 @@
 <?xml version="1.0"?>
-<tool id="transit_hmm" name="HMM" version="@VERSION@+galaxy0">
+<tool id="transit_hmm" name="TRANSIT HMM" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
     <description>- determine essentiality of a genome</description>
+    <expand macro="bio_tools"/>
     <macros>
         <import>macros.xml</import>
     </macros>