public class CeMain extends AbstractStructureAlignment implements StructureAlignment
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
algorithmName |
protected CECalculator |
calculator |
protected CeParameters |
params |
static java.lang.String |
version |
newline| Constructor and Description |
|---|
CeMain() |
| Modifier and Type | Method and Description |
|---|---|
AFPChain |
align(Atom[] ca1,
Atom[] ca2)
Run an alignment while specifying the atoms to be aligned.
|
AFPChain |
align(Atom[] ca1,
Atom[] ca2,
java.lang.Object param)
Align ca2 onto ca1.
|
java.lang.String |
getAlgorithmName()
Get the name of the Algorithm
|
CECalculator |
getCECalculator() |
ConfigStrucAligParams |
getParameters()
Return the paramers for this algorithm.
|
java.lang.String |
getVersion()
Get the Version information for this Algorithm.
|
static void |
main(java.lang.String[] args)
Example Parameters:
-pdbFilePath /tmp -autoFetch -printCE -pdb1 1cnv -pdb2 3cna
|
void |
setParameters(ConfigStrucAligParams params)
Set the default parameters for this algorithm to use
|
printHelpclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprintHelppublic static final java.lang.String algorithmName
public static final java.lang.String version
protected CeParameters params
protected CECalculator calculator
public static void main(java.lang.String[] args)
public AFPChain align(Atom[] ca1, Atom[] ca2, java.lang.Object param) throws StructureException
align in interface StructureAlignmentalign in class AbstractStructureAlignmentStructureExceptionpublic AFPChain align(Atom[] ca1, Atom[] ca2) throws StructureException
StructureAlignmentalign in interface StructureAlignmentalign in class AbstractStructureAlignmentStructureExceptionpublic java.lang.String getAlgorithmName()
StructureAlignmentgetAlgorithmName in interface StructureAlignmentgetAlgorithmName in class AbstractStructureAlignmentpublic ConfigStrucAligParams getParameters()
StructureAlignmentgetParameters in interface StructureAlignmentgetParameters in class AbstractStructureAlignmentpublic void setParameters(ConfigStrucAligParams params)
StructureAlignmentsetParameters in interface StructureAlignmentsetParameters in class AbstractStructureAlignmentpublic java.lang.String getVersion()
StructureAlignmentgetVersion in interface StructureAlignmentgetVersion in class AbstractStructureAlignmentpublic CECalculator getCECalculator()