changeset 2:e1a21c2f4997 draft

Fix optional flag
author crs4
date Tue, 28 Apr 2015 12:35:35 -0400
parents e9758eee6697
children c758125c56d8
files kggseq_variant_selection.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kggseq_variant_selection.xml	Tue Apr 28 04:42:14 2015 -0400
+++ b/kggseq_variant_selection.xml	Tue Apr 28 12:35:35 2015 -0400
@@ -343,7 +343,7 @@
         <option value="no" selected="true">No</option>
       </param>
       <when value="yes">
-        <param name="o_flanking_seq" type="integer" value="" label="Size in bp of flanking sequence to extract (--o-flanking-seq)" />
+        <param name="o_flanking_seq" type="integer" value="" optional="true" label="Size in bp of flanking sequence to extract (--o-flanking-seq)" />
         <param name="genome_annotation" type="boolean" truevalue="--genome-annot" falsevalue="" checked="true" label="Add genomic functional annotations (presudogenes, TFBS, enhancer, UniProt) (--genome-annot)" />
         <param name="omim_annotation" type="boolean" truevalue="--omim-annot" falsevalue="" checked="true" label="Add OMIM annotation (--omim-annot)" />
         <param name="cosmic_annotation" type="boolean" truevalue="--cosmic-annot" falsevalue="" checked="true" label="Add COSMIC annotation (--cosmic-annot)" />