Class SmithWaterman3Daligner
java.lang.Object
org.biojava.nbio.structure.align.AbstractStructureAlignment
org.biojava.nbio.structure.align.seq.SmithWaterman3Daligner
- All Implemented Interfaces:
StructureAlignment
public class SmithWaterman3Daligner
extends AbstractStructureAlignment
implements StructureAlignment
provides a 3D superimposition based on the sequence alignment
- Author:
- Andreas Prlic
-
Field Summary
Fields inherited from class org.biojava.nbio.structure.align.AbstractStructureAlignment
newline
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionRun an alignment while specifying the atoms to be aligned.run an alignment and also send a bean containing the parameters.Get the name of the AlgorithmReturn the paramers for this algorithm.Get the Version information for this Algorithm.static void
void
setParameters
(ConfigStrucAligParams parameters) Set the default parameters for this algorithm to use
-
Field Details
-
algorithmName
- See Also:
-
-
Constructor Details
-
SmithWaterman3Daligner
public SmithWaterman3Daligner()
-
-
Method Details
-
main
- Throws:
ConfigurationException
-
align
Description copied from interface:StructureAlignment
Run an alignment while specifying the atoms to be aligned. Will used default parameters for the algorithm.- Specified by:
align
in interfaceStructureAlignment
- Specified by:
align
in classAbstractStructureAlignment
- Returns:
- the afpChain object that contains the alignment.
- Throws:
StructureException
-
align
Description copied from interface:StructureAlignment
run an alignment and also send a bean containing the parameters.- Specified by:
align
in interfaceStructureAlignment
- Specified by:
align
in classAbstractStructureAlignment
- Returns:
- the afpChain object that contains the alignment.
- Throws:
StructureException
-
getAlgorithmName
Description copied from interface:StructureAlignment
Get the name of the Algorithm- Specified by:
getAlgorithmName
in interfaceStructureAlignment
- Specified by:
getAlgorithmName
in classAbstractStructureAlignment
- Returns:
- the name of the algorithm
-
getParameters
Description copied from interface:StructureAlignment
Return the paramers for this algorithm.- Specified by:
getParameters
in interfaceStructureAlignment
- Specified by:
getParameters
in classAbstractStructureAlignment
- Returns:
- The returned object will be a Java bean.
-
getVersion
Description copied from interface:StructureAlignment
Get the Version information for this Algorithm.- Specified by:
getVersion
in interfaceStructureAlignment
- Specified by:
getVersion
in classAbstractStructureAlignment
- Returns:
- the version of the algorithm
-
setParameters
Description copied from interface:StructureAlignment
Set the default parameters for this algorithm to use- Specified by:
setParameters
in interfaceStructureAlignment
- Specified by:
setParameters
in classAbstractStructureAlignment
-