Class FatCatAligner
java.lang.Object
org.biojava.nbio.structure.align.fatcat.calc.FatCatAligner
A class that does calculations on an AFPChain
- Author:
- Andreas Prlic
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
align
(Atom[] ca1, Atom[] ca2, boolean doRigid, FatCatParameters params) Group[]
void
setTwistedGroups
(Group[] twistedGroups)
-
Field Details
-
debug
public static final boolean debug- See Also:
-
printTimeStamps
public static final boolean printTimeStamps- See Also:
-
-
Constructor Details
-
FatCatAligner
public FatCatAligner()
-
-
Method Details
-
getAfpChain
-
getTwistedGroups
-
setTwistedGroups
-
align
public void align(Atom[] ca1, Atom[] ca2, boolean doRigid, FatCatParameters params) throws StructureException - Throws:
StructureException
-