Class CppredictModel
CppredictModel cooperates with Cppredict
- BaseModule\Models\BaseModel
- DispatchModule\Models\CppredictModel
public
|
|
public
|
|
public
string
|
#
buildCommand( string $inputSeqFasta )
Builds the shell command to execute. Everything except the input FASTA sequence name is known from inside CppredictModel, so the only argument is the input FASTA name. |
protected
string
|
$cpRoot
Used as: cp_predict.py -r $cp_root |
|
protected
string
|
$tempDir
This is where the temporary files for cp_predict are created. |
|
protected
string
|
$templates
Used as: cp_predict.py -t $templates |
|
protected
string
|
$tmap
Used as: cp_predict.py -m $tmap |
|
protected
string
|
$defaultPredictionSettings
Passed directly. Will change when further input fields are enabled. |