|
MorphAdorner provides a number of utility programs. In the
following program descriptions, the command lines for the
utilities may be split across multiple lines by your web browser
or document reader. They should actually all appear on a single
line. If you need to split the command lines you should terminate each
line before the last with the command line continuation
character for your operating system's command line shell. For
Windows this is the caret "^". For Unix/Linux this is
usually the back slash "\".
Don't forget to mark the Unix script files as executable before using
them. On most Unix/Linux systems
you can use the chmod command to do this, e.g.:
chmod 755 adornncfa
The MorphAdorner release contains a script makescriptsexecutable
which applies chmod to each of the scripts in the release.
On most Unix-like systems you can execute makescriptsexecutable
by moving to the MorphAdorner installation directory and entering
chmod 755 makescriptsexecutable
./makescriptsexecutable
or
/bin/sh <makescriptsexecutable
|