Skip to content

Multiple Structure Alignment Example doesn't work #14

@pwrose

Description

@pwrose
  • MultipleAlignment result = algorithm.align(atomArrays);

--> should this line read: MultipleAlignment result = multiple.align(atomArrays);

  • System.out.println(MultipleAlignmentWriter.toFASTA(result));

--> after fixing the previous statement, the toFASTA method throws an exception.

  • MultipleAlignmentDisplay.display(result);
    --> display method does not exists

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions