Class Cppredict2Model
Cppredict2Model cooperates with Cppredict2
- BaseModule\Models\BaseModel
- DispatchModule\Models\Cppredict2Model
public
|
|
public
|
|
public
string
|
#
buildCommand( string $inputSeqFasta )
Builds the shell command to execute. Everything except the input FASTA sequence name is known from inside Cppredict2Model, 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_predict2 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. |