diff convert_gff.xml @ 4:74e9ab4a4c05 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
author iuc
date Mon, 22 Apr 2019 14:40:05 -0400
parents a6aa24fe733c
children a1b3d615f8bf
line wrap: on
line diff
--- a/convert_gff.xml	Wed Apr 03 14:44:00 2019 -0400
+++ b/convert_gff.xml	Mon Apr 22 14:40:05 2019 -0400
@@ -1,6 +1,9 @@
 <?xml version="1.0"?>
 <tool id="gff_to_prot" name="Convert GFF3" version="1.0.0">
     <description>to prot_table for TRANSIT</description>
+    <macros>
+        <import>macros.xml</import>
+    </macros>
     <command detect_errors="exit_code">$__tool_directory__/gff_to_prot.py '$input' '$output'</command>
     <inputs>
         <param name="input" type="data" format="gff3" label="GenBank GFF file" />
@@ -16,18 +19,17 @@
     </tests>
 
     <help>
-
-
-        <![CDATA[
-        .. class:: infomark
+<![CDATA[
+.. class:: infomark
 
 
-        **What it does**
+**What it does**
 
-        -------------------
+-------------------
 
-        Convert Gff3 files coming from Genbank in prot_table file that can be used as an input for TRANSIT tools.
+Convert Gff3 files coming from Genbank in prot_table file that can be used as an input for TRANSIT tools.
 
-            ]]></help>
+]]></help>
+    <expand macro="citations" />
 
 </tool>