Skip to content

fix: consider only first ending motif of several

In some cases we have motif annotations in the data that have an ending processing instruction, but not a matching starting one. This can happen during revision or due to copy and paste errors.

This leads to several ending motifs being detected for one starting motif during the creation of the motif expansion intermediate format.

To mitigate this effect, we now consider only the first ending motif.

Closes #269 (closed)

Merge request reports