-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: 1.10.4
-
Fix Version/s: 1.11.4
-
Component/s: None
-
Labels:None
This issue occurs in rev.2131. To reproduce the issue:
- Load 2 different documents with sequence objects into UGENE, e.g. "generated.fa", "amino_sars.fa".
- Drag a sequence object from another document into the opened one. => Both sequence objects are shown in one Sequence View (e.g. I dragged "generated.fa" to "amino_sars.fa").
- Search for a pattern in the dragged sequence (e.g. "generated.fa").
!=> In the debug mode, an assert occurs:
... void PVRowsManager::addAnnotation(Annotation* a, const QString& key) { assert(!rowByAnnotation.contains(a)); ...
In the release mode each annotation is shown twice in the Sequence Zoom View (see screenshot).