changeset 6:45c2ec061cf9 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/arriba commit 26aa67fb926f54dfda456f8e25b3c3a21aa63685
author iuc
date Wed, 25 Sep 2024 15:29:56 +0000
parents 01ccd366690d
children
files arriba.xml macros.xml
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/arriba.xml	Wed Oct 25 08:24:37 2023 +0000
+++ b/arriba.xml	Wed Sep 25 15:29:56 2024 +0000
@@ -217,7 +217,7 @@
                       Asterisks (*) are treated as wild-cards.
                       Default: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 X Y AC_* NC_*
                 </help>
-                <validator type="regex" message="not a valid contig name">^((@GENOME_CONTIG@|@VIRAL_CONTIG@)([,\s]\s*(*@GENOME_CONTIG@|@VIRAL_CONTIG@))*)*</validator>
+                <validator type="regex" message="not a valid contig name">^((@GENOME_CONTIG@|@VIRAL_CONTIG@)([,\s]\s*(@GENOME_CONTIG@|@VIRAL_CONTIG@))*)$</validator>
             </param>
             <param name="viral_contigs" argument="-v" type="text" value="" optional="true" label="Comma/space-separated list of viral contigs">
                 <help>Comma-/space-separated list of viral contigs for reporting of viral integration sites. 
--- a/macros.xml	Wed Oct 25 08:24:37 2023 +0000
+++ b/macros.xml	Wed Sep 25 15:29:56 2024 +0000
@@ -1,6 +1,6 @@
 <macros>
     <token name="@TOOL_VERSION@">2.4.0</token>
-    <token name="@VERSION_SUFFIX@">1</token>
+    <token name="@VERSION_SUFFIX@">2</token>
     <xml name="requirements">
         <requirements>
         <requirement type="package" version="@TOOL_VERSION@">arriba</requirement>