BYEThe exit file will be executed before exiting ANSIG if the EXIT command is used instead.
COMPILE filenameSee also: RECOMPILE and INITIALIZE.
CONTOURS spectrum
[ f1 f2 ] filenameIn most cases, reading contours from file is only marginally faster for 2D spectra (and occasionally actually slower), but is usually significantly faster for 3D and even more so for 4D spectra.
If the spectrum is 2D, then no plane dimensions may be given. If the spectrum is 3D or 4D, then plane dimensions must be given. Contours will be computed only for this plane.
The view for the spectrum in the current window does not affect which part of the spectrum is used when creating the contour file. The current area is therefore interpreted directly in terms of the dimensions of the spectrum. It is therefore best to specify the current spectrum area explicitly using commands, rather than the current item in the graphics menu. Usually, one computes contours for the entire spectrum, in which case the current spectrum area should be set to the maximum.
Once the contour file has been made, it cannot be modified. In particular, it is not possible to concatenate several contour files into one single file.
See also: SET CONTOURS, SHOW SPECTRUM and contour files.
COORDINATES
[ filename ]The file format is chosen on the basis of the filename extension; if it is not recognised, then PDB is assumed. More than one coordinate set may be loaded, depending on the dimensioning at compile-time of ANSIG.
If no file name is given, then the currently loaded coordinate sets are deleted.
The sequence names and residue types in the coordinate file must match the current sequence. The coordinate sets are handled independently of each other; their relative orientation is irrelevant for the facilities in ANSIG.
See also: SHOW COORDINATES and ASSIGN MATCHING
DELETE macronameSee also: SHOW MACRO and MACRO.
DUMP filenameECHO [ arguments... ]EXITIf the exit file is not to be executed before exiting, then use either of the commands QUIT or BYE.
HELPansig.html in the help_dir directory as specified
in the control file.
HISTORYIF logical command1 [ ELSE command2 ]The command NOOP can be used as the first command if nothing is to be done when the logical value is true.
Warning: The entire line is processed in the usual way before the test is performed. In particular, this implies that all AL procedure invokations in the line are performed before the logical value is evaluated.
INITIALIZEINPUT filenameCalls from within the command file to other command files are allowed.
MACRO macroname
The macro definition is finished by entering the command
END_MACRO alone on a command line.
See also: DELETE and SHOW MACRO.
NOOPQUITThe exit file will be executed before exiting ANSIG if the EXIT command is used instead.
READ filenameIf a symbol already exists, then an error will result if the clobber parameter has been set to false (the default). Otherwise the symbol is overwritten, and its old value is destroyed.
See also: WRITE, SHOW LIST and SHOW VARIABLES.
RECOMPILEThis command is useful when developing an AL procedure; edit the AL procedure file in another window, and recompile when the AL source file has been written to disk.
RENAME oldsymbol newsymbolRETURNSee also: STOP
STOPSee also: RETURN
SYSTEM [ arguments... ]
If no argument is given, then a subprocess in the operating system is
created, and control switched to it. For UNIX, this is the C-shell
(csh). Return to ANSIG by ctrl-D,
exit or logout.
VARIABLE variable-name
[ variable-value ]If the value is given, then the value is assigned to the variable. The variable is created if it does not exist. The variable name must not be used already for a list.
See also: SHOW VARIABLES and ECHO.
WRITE filename