Class MultipleAlignmentCalc

  • All Implemented Interfaces:
    Runnable, AlignmentCalculationRunnable

    public class MultipleAlignmentCalc
    extends Object
    implements AlignmentCalculationRunnable
    A class that obtains structures via DAS and aligns them. This is done in a separate thread. It is possible to register Event listeners to get notification of when the download has finished.
    Since:
    4.2.0
    Author:
    Aleix Lafita
    • Constructor Detail

      • MultipleAlignmentCalc

        public MultipleAlignmentCalc​(MultipleAlignmentGUI parent,
                                     List<org.biojava.nbio.structure.Structure> structures,
                                     List<org.biojava.nbio.structure.StructureIdentifier> names)
        Requests an alignment of the pdbs. If they are empty strings, they are ignored.
        Parameters:
        parent - the gui frame that interacts with this class
        structures -
        names -