diff macros.xml @ 3:cad0376c0b66 draft

"planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit 89bf304d12233004031de3c3e703a472b0ba5459"
author computational-metabolomics
date Thu, 09 Apr 2020 14:28:45 -0400
parents e94e94d8441f
children 448363111457
line wrap: on
line diff
--- a/macros.xml	Wed Apr 01 11:19:15 2020 -0400
+++ b/macros.xml	Thu Apr 09 14:28:45 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"