changeset 1:a5054beafded draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
author iuc
date Tue, 31 Aug 2021 08:03:29 +0000
parents 1db0ba55d411
children 7de8436f7f97
files drep_compare.xml macros.xml
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/drep_compare.xml	Tue May 05 09:54:49 2020 +0000
+++ b/drep_compare.xml	Tue Aug 31 08:03:29 2021 +0000
@@ -1,5 +1,6 @@
 <tool id="drep_compare" name="dRep compare" version="@VERSION@.0" python_template_version="3.5">
     <description>compare a list of genomes</description>
+    <expand macro="bio_tools" />
     <macros>
         <import>macros.xml</import>
     </macros>
--- a/macros.xml	Tue May 05 09:54:49 2020 +0000
+++ b/macros.xml	Tue Aug 31 08:03:29 2021 +0000
@@ -12,7 +12,11 @@
             <yield />
         </citations>
     </xml>
-
+    <xml name="bio_tools">
+        <xrefs>
+            <xref type="bio.tools">drep</xref>
+        </xrefs>
+    </xml>
 
     <xml name="genomes">
         <param argument="--genomes" type="data" format="fasta" label="genomes fasta files" multiple="true"/>