Class FatCat
java.lang.Object
org.biojava.nbio.structure.align.fatcat.FatCat
- Direct Known Subclasses:
FatCatFlexible
,FatCatRigid
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected AFPChain
align
(Atom[] ca1, Atom[] ca2, FatCatParameters params, boolean doRigid) alignFlexible
(Atom[] ca1, Atom[] ca2, FatCatParameters params) alignRigid
(Atom[] ca1, Atom[] ca2) alignRigid
(Atom[] ca1, Atom[] ca2, FatCatParameters params) static void
See demo/FatCatDemo.java for an example how to run.toString()
-
Field Details
-
VERSION
version history: 1.1 - Added more parameters to the command line 1.0 - Initial version- See Also:
-
newline
-
algorithmName
- See Also:
-
-
Constructor Details
-
FatCat
public FatCat()
-
-
Method Details
-
main
See demo/FatCatDemo.java for an example how to run. Launch FatCat from command line. Parameters are:- Parameters:
argv
-- Throws:
ConfigurationException
-
toString
-
alignRigid
- Throws:
StructureException
-
alignRigid
public AFPChain alignRigid(Atom[] ca1, Atom[] ca2, FatCatParameters params) throws StructureException - Throws:
StructureException
-
alignFlexible
public AFPChain alignFlexible(Atom[] ca1, Atom[] ca2, FatCatParameters params) throws StructureException - Throws:
StructureException
-
align
protected AFPChain align(Atom[] ca1, Atom[] ca2, FatCatParameters params, boolean doRigid) throws StructureException - Throws:
StructureException
-
getFatCatAligner
-