Details
-
Type: Task
-
Status: Closed (View Workflow)
-
Priority: Minor
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 10.1.0
-
Labels:None
-
Story Points:1
-
Epic Link:
-
Sprint:Spring 10
Description
Situation: While adding additional properties to the Color By feature in IGB (IGBF-3640) we found that the Color By > Property behaved oddly. For example, if no value is entered for the property > id then everything is counted as being a match. Or, for example, if an id contains the string AT1G29990 and the value searched for is AT1G2, then all annotations with AT1G2 would be identified.
Task: Determine if this is the intended behavior. While this may make sense for searching for strings, it may be confusing for users with the expanded properties now including numeric values.
To reproduce the issue:
- Start IGB
- Open the A_thaliana_Jun_2009 genome
- Right-click on the Araport track name
- Select Color By...
- In the Color By dropdown, select Property
- In the property dropdown, select id
- Enter a value of AT1G2
- Click OK
Attachments
Issue Links
- relates to
-
IGBF-3640 Expand color by and Filter by to include the props
- Closed
Investigated the issue and fixed it for numeric values. Updated code is available at branch: https://bitbucket.org/jaya-sravani/integrated-genome-browser/branch/IGBF-3722. Please review and let me know if there any issues.
To Test: