Class CallableStructureAlignment

java.lang.Object
org.biojava.nbio.structure.align.CallableStructureAlignment
All Implemented Interfaces:
Callable<AFPChain>

public class CallableStructureAlignment extends Object implements Callable<AFPChain>
Simple Callable Class that calculates a pairwise alignment in a different thread, so that multiple pairwise alignments can be run in parallel (examples: all-to-all alignments, DB search alignments). Adapted to a more general implementation since 4.1.0, because before it was thought for DB search only.
Author:
Aleix Lafita