mouseOver.append(hci.get(AAFrequency.MAXRESIDUE) + " ");
}
int[][] profile = (int[][]) hci.get(AAFrequency.PROFILE);
- int sequenceCount = profile[1][0];
- int nonGappedCount = profile[1][1];
- int normalisedBy = ignoreGapsInConsensusCalculation ? nonGappedCount
- : sequenceCount;
if (profile != null && includeAllConsSymbols)
{
+ int sequenceCount = profile[1][0];
+ int nonGappedCount = profile[1][1];
+ int normalisedBy = ignoreGapsInConsensusCalculation ? nonGappedCount
+ : sequenceCount;
mouseOver.setLength(0);
if (alphabet != null)
{