changeset 14:4289073a653e draft

Uploaded
author iuc
date Thu, 19 Mar 2015 22:41:28 -0400
parents 1386d24ee07e
children 9876fc2456ac
files gemini_load.xml
diffstat 1 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gemini_load.xml	Mon Feb 23 22:41:11 2015 -0500
+++ b/gemini_load.xml	Thu Mar 19 22:41:28 2015 -0400
@@ -33,7 +33,13 @@
     </command>
     <expand macro="stdio" />
     <inputs>
-        <param name="infile" type="data" format="vcf" label="VCF file to be loaded in the GEMINI database" />
+        <param name="infile" type="data" format="vcf" label="VCF file to be loaded in the GEMINI database" help="Only build 37 (aka hg19) of the human genome is supported.">
+            <options>
+                <filter type="add_value" value="hg19" />
+                <filter type="add_value" value="Homo_sapiens_nuHg19_mtrCRS" />
+                <filter type="add_value" value="hg_g1k_v37" />
+            </options>
+        </param>
 
         <param name="annotation_type" type="select" label="The annotations to be used with the input vcf" help="(-t)">
             <option value="None">None (not recommended)</option>