ideaconsult / Toxtree.js

http://ideaconsult.github.io/Toxtree.js/
2 stars 3 forks source link

Option to prevent structures with no data showing in RA #84

Closed vedina closed 9 years ago

vedina commented 9 years ago

Option to have a search filter, which prevents that structures in the read across/category workflow will be selected which have no data (this would prevent unnecessary work and would avoid frustration of the user).

to be supported server side and client side

vedina commented 9 years ago

The _bundleuri parameter will allow to show for what structures there is already data (for the selected endpoints in a bundle), e.g. this query .

Alternatively, we could introduce filterbybundle option, which could return only structures with data.

Comments?

vedina commented 9 years ago

Introduce a new option (checkbox?) in the search component.

Use the ?filterBySubstance=true for the similarity substructure queries to restrict the search within the chemical structures with assigned substances. Should be available in the “Collect structures” tab of the read across workflow (and / or in the general search).

/query/similarity 
/query/smarts 
vedina commented 9 years ago

@gonzomir Can we get this working this week?

gonzomir commented 9 years ago

Added the option in the search widget of jToxQuery kitq so that it is available everywhere the widget is used, including in read across.