public SequenceFeature[] _rnasecstr = null;
/**
- * position of annotation resulting in invalid WUSS parsing or -1
+ * position of annotation resulting in invalid WUSS parsing or -1. -2 means
+ * there was no RNA structure in this annotation
*/
- private long invalidrnastruc = -1;
+ private long invalidrnastruc = -2;
/**
* Updates the _rnasecstr field Determines the positions that base pair and
annotations[_rnasecstr[x].getBegin()].value = val;
annotations[_rnasecstr[x].getEnd()].value = val;
- annotations[_rnasecstr[x].getBegin()].displayCharacter = "" + val;
- annotations[_rnasecstr[x].getEnd()].displayCharacter = "" + val;
+ // annotations[_rnasecstr[x].getBegin()].displayCharacter = "" + val;
+ // annotations[_rnasecstr[x].getEnd()].displayCharacter = "" + val;
}
}
/**