X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fanalysis%2FAAFrequency.java;h=569b0365e7854793434a9db5d1a79590e9fe7203;hb=b197f605c73927b107d69044cfd593293c2e8c00;hp=5ecd64426cd87203db003444d9d7f556ba35e6d8;hpb=a5ddd79bb9c1fcc97ffbe01e9e5ed8caa5d7b435;p=jalview.git diff --git a/src/jalview/analysis/AAFrequency.java b/src/jalview/analysis/AAFrequency.java index 5ecd644..569b036 100755 --- a/src/jalview/analysis/AAFrequency.java +++ b/src/jalview/analysis/AAFrequency.java @@ -111,7 +111,9 @@ public class AAFrequency * * @param sequences * @param start + * start column (inclusive, base zero) * @param end + * end column (exclusive) * @param result * array in which to store profile per column * @param saveFullProfile @@ -169,8 +171,7 @@ public class AAFrequency else { /* - * here we count a gap if the sequence doesn't - * reach this column (is that correct?) + * count a gap if the sequence doesn't reach this column */ residueCounts.addGap(); } @@ -220,8 +221,8 @@ public class AAFrequency /** * Derive the consensus annotations to be added to the alignment for display. * This does not recompute the raw data, but may be called on a change in - * display options, such as 'show logo', which may in turn result in a change - * in the derived values. + * display options, such as 'ignore gaps', which may in turn result in a + * change in the derived values. * * @param consensus * the annotation row to add annotations to