set_def parameter value
This sets the application parameter parameter to value. Parameter is a Keyed List field within the application defs variable. If value is more than one word, the Tcl quoting mechanisms must be used. Valid examples are:
set_def CONSENSUS_CUTOFF 0.01 set_def STOP_CODON.RULER_COLOUR black set_def TRACE_DISPLAY.BACKGROUND $normal_bg set_def CONTIG_EDITOR.SE_SET.1 {0 0 0 1 0 0 0 0 1 1} set_def CONTIG_EDITOR.SE_SET.1 "0 0 0 1 0 0 0 0 1 1"
The last two of these are different ways of acheiving the same result.