Opened 10 years ago
Closed 10 years ago
#1854 closed defect (fixed)
Can't filter or sort on Cufflinks FPKM hi column
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | critical | Milestone: | BASE 3.3.2 |
Component: | core | Version: | |
Keywords: | Cc: |
Description (last modified by )
Gives error message:
Property 'fpkm_hi' has one or more invalid characters. Only a-z, A-Z, 0-9 and . is allowed.
Problem is that ExtendedProperties.isValidName()
method allows underscore in the name, but the Hql.PROPERTY_REGEXP
does not.
Change History (2)
comment:1 by , 10 years ago
Description: | modified (diff) |
---|
comment:2 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [6545]) Fixes #1854: Can't filter or sort on Cufflinks FPKM hi column
Added underscore (_) to the regular expression that validate property names.