Repository 'kggseq_variant_selection'
hg clone https://toolshed.g2.bx.psu.edu/repos/crs4/kggseq_variant_selection

Changeset 2:e1a21c2f4997 (2015-04-28)
Previous changeset 1:e9758eee6697 (2015-04-28) Next changeset 3:c758125c56d8 (2015-05-25)
Commit message:
Fix optional flag
modified:
kggseq_variant_selection.xml
b
diff -r e9758eee6697 -r e1a21c2f4997 kggseq_variant_selection.xml
--- 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
b
@@ -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)" />