SYBYL SPL Scripts

Repetitive or complex operations are best performed in SYBYL using scripts. The scripts make use of SYBYL's Programming Language (SPL), which is documented in the SYBYL "TOOLKIT" manual. Each of the scripts in this document should be copied to separate text files named according to the "uims define macro" line in the script (e.g. "retrieve_mopac_arcs.spl"), making sure that the files end with a "." To use a script:

  1. Run SYBYL as you do for interactive mode.
  2. Type take"script filename" in SYBYL's command window (this loads the script instructions into SYBYL, but does not invoke them).
  3. Type "script name" in SYBYL's command window to invoke the script. Note that this name must correspond to the name listed in the "uims define macro" line of the script.

Using SYBYL scripts requires some knowledge of SYBYL commands and SPL. The following scripts are provided as a guide to performing particular operations, and should generally not be used as is. In many cases, the scripts are tailored to particular molecules in terms of numbering scheme, etc., and must be modified for use with your molecules.