changeset 1:e9621d0f4e6b 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:02 +0000
parents aba9d1e647b6
children 923c3bb71055
files drep_dereplicate.xml macros.xml
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/drep_dereplicate.xml	Tue May 05 09:53:33 2020 +0000
+++ b/drep_dereplicate.xml	Tue Aug 31 08:03:02 2021 +0000
@@ -1,5 +1,6 @@
 <tool id="drep_dereplicate" name="dRep dereplicate" version="@VERSION@.0" python_template_version="3.5">
     <description>De-replicate a list of genomes</description>
+    <expand macro="bio_tools" />
     <macros>
         <import>macros.xml</import>
     </macros>
--- a/macros.xml	Tue May 05 09:53:33 2020 +0000
+++ b/macros.xml	Tue Aug 31 08:03:02 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"/>