changeset 6:9902c85117a4 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 583548ea40e0f811de8dd7334164a1c54610a80f
author iuc
date Sun, 19 May 2024 16:15:59 +0000
parents ffeabd4e2c1b
children
files drep_compare.xml macros.xml
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/drep_compare.xml	Mon Nov 06 09:11:32 2023 +0000
+++ b/drep_compare.xml	Sun May 19 16:15:59 2024 +0000
@@ -1,10 +1,10 @@
-<tool id="drep_compare" name="dRep compare" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@" python_template_version="3.5">
+<tool id="drep_compare" name="dRep compare" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
     <description>compare a list of genomes</description>
-    <expand macro="biotools" />
     <macros>
         <import>macros.xml</import>
     </macros>
-    <expand macro="requirements" />
+    <expand macro="biotools" />
+    <expand macro="requirements" />   
     <command detect_errors="exit_code"><![CDATA[
 @PREPARE_GENOMES@
 dRep compare outdir
--- a/macros.xml	Mon Nov 06 09:11:32 2023 +0000
+++ b/macros.xml	Sun May 19 16:15:59 2024 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <macros>
-    <token name="@TOOL_VERSION@">3.4.5</token>
+    <token name="@TOOL_VERSION@">3.5.0</token>
     <token name="@VERSION_SUFFIX@">0</token>
     <token name="@PROFILE@">20.01</token>
     <xml name="biotools">