Opened 10 years ago

Last modified 10 years ago

#1854 closed defect

Can't filter or sort on Cufflinks FPKM hi column — at Initial Version

Reported by: Nicklas Nordborg Owned by: everyone
Priority: critical Milestone: BASE 3.3.2
Component: core Version:
Keywords: Cc:

Description

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 (0)

Note: See TracTickets for help on using tickets.