first previous next last contents

set_def

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.



first previous next last contents
This page is maintained by staden-package. Last generated on 1 March 2001.
URL: http://www.mrc-lmb.cam.ac.uk/pubseq/manual/scripting_7.html