diff variant_annotator.xml @ 1:25b1bbfe9d13 draft

planemo upload for repository https://github.com/SANBI-SA/tools-sanbi-uwc/tree/master/tools/gatk2 commit 4551dc00ae1447b86952c0c8e845496c264f3ccb
author sanbi-uwc
date Thu, 19 Apr 2018 08:25:49 -0400
parents 6e985e2e0802
children
line wrap: on
line diff
--- a/variant_annotator.xml	Wed Jan 25 08:00:49 2017 -0500
+++ b/variant_annotator.xml	Thu Apr 19 08:25:49 2018 -0400
@@ -119,8 +119,8 @@
         <param name="annotations" type="select" multiple="True" display="checkboxes" label="Annotations to apply" help="-A,--annotation &amp;lt;annotation&amp;gt;" >
           <!-- load the available annotations from an external configuration file, since additional ones can be added to local installs -->
           <options from_data_table="gatk2_annotations">
-            <filter type="multiple_splitter" column="tools_valid_for" separator=","/>
-            <filter type="static_value" value="VariantAnnotator" column="tools_valid_for"/>
+            <filter type="multiple_splitter" column="3" separator=","/>
+            <filter type="static_value" value="VariantAnnotator" column="3"/>
           </options>
         </param>
       </when>
@@ -173,8 +173,8 @@
     <param name="exclude_annotations" type="select" multiple="True" display="checkboxes" label="Annotations to exclude" help="-XA,--excludeAnnotation &amp;lt;excludeAnnotation&amp;gt;" >
       <!-- load the available annotations from an external configuration file, since additional ones can be added to local installs -->
       <options from_data_table="gatk2_annotations">
-        <filter type="multiple_splitter" column="tools_valid_for" separator=","/>
-        <filter type="static_value" value="VariantAnnotator" column="tools_valid_for"/>
+        <filter type="multiple_splitter" column="3" separator=","/>
+        <filter type="static_value" value="VariantAnnotator" column="3"/>
       </options>
     </param>