changeset 6:dfe6041879b9 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit bf3d3fb4a7c0ad2c6942955783bf15cda7754b28
author iuc
date Mon, 13 Jan 2025 12:44:44 +0000
parents 8beaa302efdd
children a77aa8570964
files drep_compare.xml macros.xml
diffstat 2 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/drep_compare.xml	Sat Apr 22 15:37:44 2023 +0000
+++ b/drep_compare.xml	Mon Jan 13 12:44:44 2025 +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	Sat Apr 22 15:37:44 2023 +0000
+++ b/macros.xml	Mon Jan 13 12:44:44 2025 +0000
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <macros>
-    <token name="@TOOL_VERSION@">3.4.3</token>
-    <token name="@VERSION_SUFFIX@">0</token>
+    <token name="@TOOL_VERSION@">3.5.0</token>
+    <token name="@VERSION_SUFFIX@">1</token>
     <token name="@PROFILE@">20.01</token>
     <xml name="biotools">
         <xrefs>
@@ -22,7 +22,7 @@
     </xml>
 
     <xml name="genomes">
-        <param argument="--genomes" type="data" format="fasta" multiple="true" label="Genomes to filer"/>
+        <param argument="--genomes" type="data" format="fasta" multiple="true" min="2" label="Genomes" help="One genome per input fasta. At least two genomes are needed."/>
     </xml>
 
 <!-- Addition of ".fasta" after names to avoid string to be read as integer