Repository 'arriba'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/arriba

Changeset 6:45c2ec061cf9 (2024-09-25)
Previous changeset 5:01ccd366690d (2023-10-25)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/arriba commit 26aa67fb926f54dfda456f8e25b3c3a21aa63685
modified:
arriba.xml
macros.xml
b
diff -r 01ccd366690d -r 45c2ec061cf9 arriba.xml
--- 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. 
b
diff -r 01ccd366690d -r 45c2ec061cf9 macros.xml
--- a/macros.xml Wed Oct 25 08:24:37 2023 +0000
+++ b/macros.xml Wed Sep 25 15:29:56 2024 +0000
b
@@ -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>