Seq view: Difference between revisions
Jump to navigation
Jump to search
Philaltist (talk | contribs) |
mNo edit summary |
||
Line 1: | Line 1: | ||
==Overview== | ==Overview== | ||
The '''seq_view''' command turns the sequence viewer on and off. The sequence viewer is a very handy tool, you can use it for example to select residues very easily. When the sequence viewer is turned on, you can select individual residues or multiple residues by selecting residues, using the mouse, on the sequence viewer. | |||
seq_view turns the sequence viewer on and off. The sequence viewer is a very handy tool, you can use it for example to select residues very easily. | |||
==Syntax== | ==Syntax== | ||
<source lang="python"> | |||
# to turn the sequence viewer on. | |||
set seq_view, 1 | |||
# to turn the sequence viewer off. | |||
set seq_view, 0 | |||
set seq_view, 0 | </source> | ||
==Related settings== | ==Related settings== |
Revision as of 18:27, 5 March 2007
Overview
The seq_view command turns the sequence viewer on and off. The sequence viewer is a very handy tool, you can use it for example to select residues very easily. When the sequence viewer is turned on, you can select individual residues or multiple residues by selecting residues, using the mouse, on the sequence viewer.
Syntax
# to turn the sequence viewer on.
set seq_view, 1
# to turn the sequence viewer off.
set seq_view, 0