* association as necessary.
*
* @param newAnnot
- * - annotation row associated with an alignment sequence to be
- * propagated to its dataset sequence.
+ * - annotation row associated with a sequence to be propagated to
+ * its reference annotation
* @param typeName
* - label used to match existing row
* @param calcId
{
if (newAnnot.sequenceRef != null)
{
- SequenceI dsseq = newAnnot.sequenceRef.getDatasetSequence();
+ SequenceI dsseq = newAnnot.sequenceRef;
while (dsseq.getDatasetSequence() != null)
{
dsseq = dsseq.getDatasetSequence();