- 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
--> should this line read: MultipleAlignment result = multiple.align(atomArrays);
--> after fixing the previous statement, the toFASTA method throws an exception.
--> display method does not exists