|
MMTSB Tool Set Tutorial
This is the tutorial for the MMTSB Tool Set. Its purpose
is to introduce the MMTSB tools in the context of typical
applications and give more background information than
what is available in the manual pages meant for quick reference.
Tool Set Installation Before continuing with the tutorial please check whether the MMTSB Tool Set and CHARMM are installed and setup properly so that the examples can be run succesfully. The Tool Set is available for download from this web site. If CHARMM is not available on your system it may be obtained from here. To test whether the MMTSB Tool Set is correctly installed type in a shell window: aarex.pl -helpIf this does not print out usage information for aarex.pl ensure that
In order for CHARMM to work with the MMTSB Tool Set a CHARMM executable
for version c28a4, c29b1 or newer needs to be available and the environment
variable CHARMMEXEC needs to
to point to its location. Another variable
CHARMMDATA is expected to point
to a directory containing CHARMM parameter and topology files. echo $CHARMMEXEC echo $CHARMMDATAand, if necessary, set with setenv CHARMMEXEC <full-path-of-CHARMM> Running examples
The tutorial contains many examples that should be tried out while
reading the tutorial. Most of the examples use input files from
the directory $MMTSBDIR/bench/common-data
that are available for download as a separate package. |