Details
-
Type: Task
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 2.9.0b2
-
Fix Version/s: 2.10.0
-
Component/s: Efficiency
-
Labels:
Description
ColumnSelection stores a list of individual selected column numbers.
(Note this differs from hidden columns which it stores as a list of ranges.)
This doesn't scale to operations on large sequence (e.g. 'selected columns of genomic sequence with no CDS feature').
Storing as lists of ranges instead should resolve this.
(Note this differs from hidden columns which it stores as a list of ranges.)
This doesn't scale to operations on large sequence (e.g. 'selected columns of genomic sequence with no CDS feature').
Storing as lists of ranges instead should resolve this.