|
From: Michael D. <mic...@ii...> - 2013-10-14 08:44:08
|
Hi, I have defined a view to search within blast hits (View blast_results, displaying items of type Chado Blast Hit Data.). The view has currently filters for hit accession, description, and database. I thought it would be neat to also have filters on max. e-value and minimum score, so I tried to add filters to the view for: Chado Blast Hit Data: Hit Best Eval Hit Best Eval Chado Blast Hit Data: Hit Best Score Hit Best Score However, in the filter configuration, the possible operators displayed for both are those for text fields (Is equal to, Is not equal to Contains, Starts with, Ends with) and not the ones for numeric data (Is less than, Is less than or equal to, etc.) as it would be required. I looked into the DB definition for blast_hit_data and both columns are of type double precision, so this looks ok. Is there any way to configure such filters? Thanks a lot in advance Michael |