|
|
set(parameters) |
|
sets new parameters or modifies existing ones
|
| |
|
save() |
|
saves all parameters to the default configuration file if new parameters have been set or changed
|
| |
|
readConfig([file]) |
|
reads a configuration file. If no argument is given it reads the default configuration file.
|
| |
|
writeConfig([file]) |
|
writes all parameters to a configuration file. If no argument is given the parameters are written to the default configuration file
|
| |
|
$fraglist = getFragList() |
|
returns a fragment list object generated from the fragment list parameter fraglist in string format
|
| |
|
$mol = getFragRef() |
|
returns a Molecule object created from the fragref parameter containing a PDB file name for the reference template structure used in fragment/loop modeling
|
| |
|
$seq = getSeq() |
|
returns a Sequence object created from the parameter seq describing a MONSSTER sequence file
|
| |
|
$mol = getNatPDB() |
|
returns a Molecule object created from the natpdb parameter containing a file name for the native structure.
|