You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've created a dev-query-issue branch to keep the issue for testing as going to split out the queries into two to hopefully resolve for release but this problem is affecting other queries so a fix is urgent.
The text was updated successfully, but these errors were encountered:
@Robbie1977 I have been debugging this today. Is the expected behavior that the queries we see in the drop down of the Query component are also shown on the Term Info?
For the example posted on this card, for VFB_001013ce.
I see these (screenshot below and same ones as in your screenshot), using branch 'dev-query-issue'.
Is the only thing missing on the Term Info the query for NBlast? ' Neurons with similar morphology to part of JRC_LH1518_Brain_2019_20150227_41_F1_20x [NBLAST mean score]
Filter Results'
Stacking query constraints is working fine in the query builder as seen below (both NBLAST and NeuronBridge queries appear) but in the list returned in the term info derived from query checker (https://github.com/VirtualFlyBrain/uk.ac.vfb.geppetto/blob/download/src/main/java/uk/ac/vfb/geppetto/VFBProcessTermInfoJson.java#L1576 -> https://github.com/openworm/org.geppetto.core/blob/VFBv2.1.1/src/main/java/org/geppetto/core/datasources/QueryChecker.java) the second row of constraints doesn't seem to get checked. Need to check what https://github.com/openworm/org.geppetto.model/blob/VFBv2.1.0.1/src/main/java/org/geppetto/model/datasources/QueryMatchingCriteria.java#L27 is returning.
I've created a dev-query-issue branch to keep the issue for testing as going to split out the queries into two to hopefully resolve for release but this problem is affecting other queries so a fix is urgent.
The text was updated successfully, but these errors were encountered: