Opened 10 years ago
Last modified 10 years ago
#1854 closed defect
Can't filter or sort on Cufflinks FPKM hi column — at Version 1
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.
Note:
See TracTickets
for help on using tickets.