'! ($pdbid || $pdbfile)'=> "You must enter either the PDB data or the PDB id",
},
},
};
$self->{PIPEOUT} = {
"outfile"=> {
'1'=> "stride_outfile",
},
};
$self->{WITHPIPEOUT} = {
};
$self->{PIPEIN} = {
};
$self->{WITHPIPEIN} = {
};
$self->{ISCLEAN} = {
"stride"=> 0,
"pdbfile"=> 0,
"pdbid"=> 0,
"control"=> 0,
"read_chain"=> 0,
"process_chain"=> 0,
"output"=> 0,
"molscript"=> 0,
"ss_only"=> 0,
"hydrogen"=> 0,
"fasta"=> 0,
"molscript_file"=> 0,
"outfile"=> 0,
};
$self->{ISSIMPLE} = {
"stride"=> 1,
"pdbfile"=> 1,
"pdbid"=> 1,
"control"=> 0,
"read_chain"=> 0,
"process_chain"=> 0,
"output"=> 0,
"molscript"=> 0,
"ss_only"=> 0,
"hydrogen"=> 0,
"fasta"=> 0,
"molscript_file"=> 0,
"outfile"=> 0,
};
$self->{PARAMFILE} = {
};
$self->{COMMENT} = {
"read_chain"=> [
"Example: AB",
"=> calculate secondary structure assignment for chains A and B only.",
],
"process_chain"=> [
"Process only chains Id1, Id2 ...etc. Secondary structure assignment will be produced only for these chains, but other chains that are present will be taken into account while calculating residue accessible surface and detecting inter-chain hydrogen bonds and, possibly, interchain beta-sheets. By default all protein chains read are processed.",
"Examples: ",
"Process only = ABC and Read only = C",
"=> calculate secondary structure assignment for chain C in the presence of chains A and B.",
],
};
$self->{SCALEMIN} = {
};
$self->{SCALEMAX} = {
};
$self->{SCALEINC} = {
};
$self->{INFO} = {
};
# -- end of definitions extracted from /local/gensoft/lib/Pise/5.a/PerlDef/stride.pm
$self->_init_params(@params);
return$self;
}
1; # Needed to keep compiler happy
Keyboard Shortcuts
Global
s
Focus search bar
?
Bring up this help dialog
GitHub
gp
Go to pull requests
gi
go to github issues (only if github is preferred repository)