You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: biojava-structure/src/main/java/org/biojava/nbio/structure/align/multiple/util/MultipleAlignmentTools.java
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@
28
28
* <li>Transform the aligned Atoms of a MultipleAlignment
29
29
* <li>Get all the core alignment positions of the alignment
30
30
* <li>Calculate the average residue distance of all aligned positions
31
+
* <li>Sort Blocks in a MultipleAlignment by a specified row
Copy file name to clipboardExpand all lines: biojava-structure/src/test/java/org/biojava/nbio/structure/align/multiple/util/TestMultipleAlignmentScorer.java
Copy file name to clipboardExpand all lines: biojava-structure/src/test/java/org/biojava/nbio/structure/align/multiple/util/TestMultipleAlignmentTools.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
* @author Spencer Bliven
20
20
*
21
21
*/
22
-
publicclassMultipleAlignmentToolsTest {
22
+
publicclassTestMultipleAlignmentTools {
23
23
24
24
/**
25
25
* Override the toString method to give shorter output for errors
Copy file name to clipboardExpand all lines: biojava-structure/src/test/java/org/biojava/nbio/structure/align/multiple/util/TestMultipleAlignmentWriter.java
Copy file name to clipboardExpand all lines: biojava-structure/src/test/java/org/biojava/nbio/structure/align/multiple/util/TestMultipleAlignmentXMLParser.java
0 commit comments