restore (<status filename> [<option>])
<status filename> | = | the status filename between double quores | ||
<option> | = | file_pdb (" <Cformat>" [zipped]) | ||
= | file_bin (" <Cformat>" [zipped]) | |||
= | socket_bin (" <address>" <port> " <Cformat>") |
The optional zipped keyword will enable the compression of output files.
Restores the mcsym status file and continue the exploration. The status file is saved every 30 minutes in the MCSYM_CACHE_DIR directory under the name of the explored fragment generator with the process id (PID) and the .msf extension. It contains sufficient informations to restart the structure exploration in case of an interruption.
Example:
restore ( "/home/user1/mcsym/theCache-123.msf" file_pdb ("PDB/helix-%03d.pdb" zipped) ) |