VEuPathDB / EdaSubsettingService

A REST service to provide data and subsetting in the Exploratory Data Analysis Workspace
Apache License 2.0
0 stars 0 forks source link

GEMS1 filter on Participant->sex==female gives 500 error for visualisations. #25

Closed bobular closed 3 years ago

bobular commented 3 years ago

How to reproduce...

Adding another Participant variable filter seems to make the visualization work again. Very odd

moontrip commented 3 years ago

I could replicate this. Actually I have tested a couple of more cases, being similar to @bobular 's choice and found another 500 error.

At Viz, Main: sex, matched case & Overlay: none & at Subsetting, sex = female or male. This worked fine. However, if I choose Overlay: country under the same condition, it gives 500 error too. Without the Subsetting filter, then it worked fine again. The same error happened some of the following cases:

With Main: breastfed & Overlay: none or country & sex female or male at Subsetting: 500 error

With Main: breastfed & Overlay: none or country & Participant -> Signs and symptoms at Subsetting

SheenaTomko commented 3 years ago

This looks like it's been fixed by other changes. Tried Bob's method and visualization updated as expected. Tried a couple that DK said gave 500 errors and also saw no issues. Graphs updated as expected. Closing this and moving to Complete