private void _markRnaHelices()
{
+ int mxval = 0;
// Figure out number of helices
// Length of rnasecstr is the number of pairs of positions that base pair
// with each other in the secondary structure
try
{
val = Integer.valueOf(_rnasecstr[x].getFeatureGroup());
+ if (mxval < val)
+ {
+ mxval = val;
+ }
} catch (NumberFormatException q)
{
}
// annotations[_rnasecstr[x].getBegin()].displayCharacter = "" + val;
// annotations[_rnasecstr[x].getEnd()].displayCharacter = "" + val;
}
+ setScore(mxval);
}
/**
* map of positions in the associated annotation