BALL
1.4.2
|
#include <BALL/STRUCTURE/sideChainPlacementProcessor.h>
Static Public Attributes | |
static const char * | METHOD |
static const char * | SCWRL_BINARY_PATH |
static const char * | SCWRL_INPUT_FILE |
static const char * | SCWRL_SEQUENCE_FILE |
static const char * | SCWRL_OUTPUT_FILE |
static const char * | MUTATE_SELECTED_SIDE_CHAINS |
Option names.
Definition at line 55 of file sideChainPlacementProcessor.h.
|
static |
technique to compute the side chain placement
Definition at line 59 of file sideChainPlacementProcessor.h.
|
static |
mutate and compute side chain positions for selected amino acids
Definition at line 94 of file sideChainPlacementProcessor.h.
|
static |
the path to the scwrl binary
Definition at line 63 of file sideChainPlacementProcessor.h.
|
static |
An optional input file name for Scwrl.
If this is set to "" (default), we will use a temporary file that is cleaned after the processor has finished.
Definition at line 71 of file sideChainPlacementProcessor.h.
|
static |
An optional file name for the Scwrl output.
If this is set to "" (default), we will use a temporary file that is cleaned after the processor has finished and that is created by Scwrl itself.
If this is set to something else, we skip the Scwrl execution and read in this file directly.
Definition at line 90 of file sideChainPlacementProcessor.h.
|
static |
An optional input sequence file name for Scwrl.
If this is set to "" (default), we will use a temporary file that is cleaned after the processor has finished.
Definition at line 79 of file sideChainPlacementProcessor.h.