changeset 5:79261884facd draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit d1f8cb0c56e082656c5d4a8729e612bdc5b6e3cc"
author iuc
date Sat, 27 Nov 2021 09:48:35 +0000
parents 2aea122fbd25
children 07d7991bf205
files convert_gff.xml macros.xml
diffstat 2 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/convert_gff.xml	Fri Jan 31 10:49:13 2020 -0500
+++ b/convert_gff.xml	Sat Nov 27 09:48:35 2021 +0000
@@ -1,6 +1,7 @@
 <?xml version="1.0"?>
 <tool id="gff_to_prot" name="Convert GFF3" version="@VERSION@+galaxy0">
     <description>to prot_table for TRANSIT</description>
+    <expand macro="bio_tools"/>
     <macros>
         <import>macros.xml</import>
     </macros>
--- a/macros.xml	Fri Jan 31 10:49:13 2020 -0500
+++ b/macros.xml	Sat Nov 27 09:48:35 2021 +0000
@@ -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" />