tleap (terminal LEAP) is the non-graphical, command-line-only interface to LEAP. It has the same functionality as the xleap main window (Universe Editor Command Window). The user can employ the following terminal keys to edit or enter commands in the tleap interface:
BACKSPACE
uparrow/downarrow
RETURN/ENTER
control-c
control-uAn edited tleap session is shown below:
Welcome to LEaP!
leaprc is /home/euler/ross/Leap/cmd/leaprc
Log file: ./leap.log
Loading parameters: /home/euler/ross/Leap/lib/parm94.dat
Loading library: /home/euler/ross/Leap/lib/water.lib
Loading library: /home/euler/ross/Leap/lib/ions94.lib
Loading library: /home/euler/ross/Leap/lib/all_nucleic94.lib
Loading library: /home/euler/ross/Leap/lib/all_amino94.lib
Loading library: /home/euler/ross/Leap/lib/all_aminoct94.lib
Loading library: /home/euler/ross/Leap/lib/all_aminont94.lib
> desc ALA
: :
> quit
unix 2%
In the first line, the user starts the execution of
tleap. Several lines of information may then be
displayed: the user is first greeted, and if the LEAP
script file ("leaprc") contained any commands to
load libraries, the execution of these load commands
is confirmed. The user may enter commands at the
tleap command line prompt ("> "). In the
above edited example, the user entered two commands
into tleap: "desc ALA" and "quit".
After quitting the program, the user is returned
to the Unix shell command line prompt.