Mercurial > repos > jjohnson > snpeff
diff snpEff.xml @ 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 | 0ad9733e22a4 |
children | 39cb913568ec |
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>