diff macros.xml @ 3:15e3df50be3c draft

"planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit 89bf304d12233004031de3c3e703a472b0ba5459"
author computational-metabolomics
date Thu, 09 Apr 2020 14:11:20 -0400
parents 07745c473323
children aee10d29e82c
line wrap: on
line diff
--- a/macros.xml	Wed Apr 01 10:57:09 2020 -0400
+++ b/macros.xml	Thu Apr 09 14:11:20 2020 -0400
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <macros>
     <token name="@TOOL_VERSION@">1.12.2</token>
-    <token name="@GALAXY_TOOL_VERSION@">0</token>
+    <token name="@GALAXY_TOOL_VERSION@">1</token>
 
     <xml name="requirements">
         <requirements>
@@ -16,6 +16,9 @@
         </requirements>
     </xml>
 
+    <xml name="text-adduct-regex-validator">
+	    <validator type="regex" message="Value may include alphanumeric characters, white space, commas, +, -, [ or ] ">[A-Za-z0-9,\[\] \+\-]+</validator>
+    </xml>
 
     <xml name="offsets">
         <param argument="--minoffset" type="float" label="minoffset" value="0.5"