Details
-
Type: Bug
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: 2.10.2
-
Fix Version/s: None
-
Component/s: analysis
-
Labels:
Description
For this alignment:
>a
aaaaa
>b
aaaac
>c
aaaac
>d
aaaac
>e
aaaac
>f
cccca
1. Sort by PID yields a,c,b,e,d,f (decreasing on PID to a)
2. A second 'Sort by PID' yields a,b,c,d,e,f. (decreasing on PID to a)
Ideally, the first sort should sort but preserve ordering of alignment (order unchanged in this case)
The second sort should *reverse* ordering (order reversed for ties and sort metric).
The third sort should recover the first sort ordering.
>a
aaaaa
>b
aaaac
>c
aaaac
>d
aaaac
>e
aaaac
>f
cccca
1. Sort by PID yields a,c,b,e,d,f (decreasing on PID to a)
2. A second 'Sort by PID' yields a,b,c,d,e,f. (decreasing on PID to a)
Ideally, the first sort should sort but preserve ordering of alignment (order unchanged in this case)
The second sort should *reverse* ordering (order reversed for ties and sort metric).
The third sort should recover the first sort ordering.
Attachments
Issue Links
- related with
-
JAL-2466 Sort by PID wrong help text
- Closed