-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 50
-
Component/s: None
-
Labels:
-
Sprint:DEV-49-RELEASE, DEV-50-1, DEV-50-2, DEV-50-3
-
Affect Type:Userdefined
Problem 1 (no scenario):
Levitsky consensus algorithm takes in account all alignment bases (not only in one colum), but these values are not being updated when alignment is being edited (in any way).
Problem 2:
- Open bug.aln (see attachments)
- Set Levitsky consensus algorithm
- Set threshold to 75
Expected: Second column has Y
Current: Second column has B (C + G + T)
This problem happens because algorithm considers symbols on DNA extended in alphabetical order, but it should be in order of coding symbol numbers:
- A, C, G and T - separate nucleotides
- R, Y, S, W, K and M - code 2 nucleotides
- B, D, H anv V - code 3 symbols
- N - codes 4 symbols
- relates to
-
UGENE-8026 Levitsky consensus algorithm values are not updated when alignment is being changed
- Closed