diff variant_select.xml @ 1:96de2494d113 draft default tip

planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
author devteam
date Tue, 13 Oct 2015 12:48:40 -0400
parents 0ac94ceefd33
children
line wrap: on
line diff
--- a/variant_select.xml	Tue Apr 01 09:12:14 2014 -0400
+++ b/variant_select.xml	Tue Oct 13 12:48:40 2015 -0400
@@ -1,4 +1,4 @@
-<tool id="gatk_variant_select" name="Select Variants" version="0.0.2">
+<tool id="gatk_variant_select" name="Select Variants" version="0.0.3">
   <description>from VCF files</description>
   <requirements>
       <requirement type="package" version="1.4">gatk</requirement>
@@ -154,7 +154,7 @@
             <param name="sample_file" type="data" format="txt" label="File containing a list of samples (one per line) to include" />
         </repeat>
         
-        <param name="input_keep_ids" type="data" format="text" label="Only emit sites whose ID is found in this file" optional="True" help="-IDs,--keepIDs &amp;lt;keepIDs&amp;gt;"/>
+        <param name="input_keep_ids" type="data" format="txt" label="Only emit sites whose ID is found in this file" optional="True" help="-IDs,--keepIDs &amp;lt;keepIDs&amp;gt;"/>
         
         <param name="keep_original_AC" type="boolean" truevalue="--keepOriginalAC" falsevalue="" label="Don't update the AC, AF, or AN values in the INFO field after selecting" help="-keepOriginalAC,--keepOriginalAC" />