Details
-
Type: Bug
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 2.10.1, 2.10.2
-
Fix Version/s: None
-
Component/s: jvdesktop, sequencefeatures
-
Labels:None
-
Epic Link:
Description
If any feature has a score value Float.NaN, then
- Output to Textbox as JSON, select Export Features
- the feature is included in the JSON array as a null value
- NullPointerException occurs when it is parsed (on New Window from output) (and this aborts all feature parsing, so none are created)
Currently it is not simple to create a feature with a NaN score, however it can be done by amending exampleFeatures.txt to add NaN as an extra column, then load this on to uniref50.fa.
Float.NaN scores would be more commonly used (for example when parsing Ensembl data) were it not for bugJAL-2060.
- Output to Textbox as JSON, select Export Features
- the feature is included in the JSON array as a null value
- NullPointerException occurs when it is parsed (on New Window from output) (and this aborts all feature parsing, so none are created)
Currently it is not simple to create a feature with a NaN score, however it can be done by amending exampleFeatures.txt to add NaN as an extra column, then load this on to uniref50.fa.
Float.NaN scores would be more commonly used (for example when parsing Ensembl data) were it not for bug
Attachments
Issue Links
- related with
-
JAL-2060 'Graduated colour' option not offered if feature score is Float.NaN
- Closed