git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75062a1
)
JAL-3285 change method declaration in AAFrequency to match develop
author
tva
<tva@10.205.251.175>
Wed, 5 Jun 2019 13:38:31 +0000
(14:38 +0100)
committer
tva
<tva@10.205.251.175>
Wed, 5 Jun 2019 13:38:31 +0000
(14:38 +0100)
src/jalview/analysis/AAFrequency.java
patch
|
blob
|
history
diff --git
a/src/jalview/analysis/AAFrequency.java
b/src/jalview/analysis/AAFrequency.java
index
11c8f72
..
1fef08e
100755
(executable)
--- a/
src/jalview/analysis/AAFrequency.java
+++ b/
src/jalview/analysis/AAFrequency.java
@@
-406,7
+406,7
@@
public class AAFrequency
* @param endCol
* end column (exclusive)
*/
- public static void completeOccupancyAnnot(AlignmentAnnotation occupancy,
+ public static void completeGapAnnot(AlignmentAnnotation occupancy,
ProfilesI profiles, int startCol, int endCol, long nseq)
{
if (occupancy == null || occupancy.annotations == null