diff bcftools_plugin_dosage.xml @ 1:e3aa7eba224b draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 21c66fb27c7e2fd21c7f7607b3b29e77e64fb86d-dirty
author jjohnson
date Sun, 26 Jun 2016 15:37:46 -0400
parents 416eb99f7ba4
children
line wrap: on
line diff
--- a/bcftools_plugin_dosage.xml	Sat Jun 25 20:49:26 2016 -0400
+++ b/bcftools_plugin_dosage.xml	Sun Jun 26 15:37:46 2016 -0400
@@ -28,7 +28,7 @@
 
 ## Plugin section
 #set $section = $sec_plugin
-#if $section.tag:
+#if $section.tags:
 -- --tags "${section.tags}"
 #end if
 > "$output_file"
@@ -45,7 +45,7 @@
         </section>
         <section name="sec_plugin" expanded="true" title="Plugin Options">
             <param name="tags" type="text" value="" optional="true" label="VCF tag to determine the dosage from [PL,GL,GT]">
-                <validator type="regex" message="Tags  separated by commas">^(PL|GL|GT)(,(PL|GL|GT))*)</validator>
+                <validator type="regex" message="Tags  separated by commas">^(PL|GL|GT)(,(PL|GL|GT))*$</validator>
             </param>
         </section>
     </inputs>