changeset 9:f981ba577f2b

Prevent duplication of regulation and extra_annotation options
author Jim Johnson <jj@umn.edu>
date Fri, 29 Nov 2013 17:13:33 -0600
parents aecbd8878923
children 39cb913568ec
files snpEff.xml
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/snpEff.xml	Fri Nov 29 09:29:05 2013 -0500
+++ b/snpEff.xml	Fri Nov 29 17:13:33 2013 -0600
@@ -102,12 +102,14 @@
                        <help>These are available for only a few genomes</help>
                        <options from_data_table="snpeff_annotations">
                            <filter type="param_value" ref="genomeVersion" key="genome" column="0" />
+                           <filter type="unique_value" column="1" />
                        </options>
                 </param>
                 <param name="regulation" type="select" display="checkboxes" multiple="true" label="Non-coding and regulatory Annotation">
                        <help>These are available for only a few genomes</help>
                        <options from_data_table="snpeff_regulationdb">
                            <filter type="param_value" ref="genomeVersion" key="genome" column="0" />
+                           <filter type="unique_value" column="1" />
                        </options>
                 </param>
             </when>