Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.9.0b1, 2.10.0, 2.10.0b1, 2.10.1, 2.10.2, 2.10.3
-
Fix Version/s: 2.11.0
-
Component/s: None
-
Labels:
Description
If a SequenceFeature has score set to Float.NaN, then 'graduated colour' option is not available in Feature Settings. This prevents selecting 'colour by label'.
The option is only offered if the feature has a non-null 'MinMax' table of score values.
Can be worked around by setting score to 0f (min = max = 0) but would be better to allow Float.NaN.
Would need to ensure that MinMax processing doesn't fall over if this table is null.
The option is only offered if the feature has a non-null 'MinMax' table of score values.
Can be worked around by setting score to 0f (min = max = 0) but would be better to allow Float.NaN.
Would need to ensure that MinMax processing doesn't fall over if this table is null.