geneontology / api-gorest-2021

For testing AWS deployment of current GO-CAM API. A copy of lpalbou/api-gorest-2020 repo
0 stars 1 forks source link

Return contributor and group data in causal GO-CAM query #11

Closed dustine32 closed 1 year ago

dustine32 commented 2 years ago

After switching to using the causal model query in https://github.com/geneontology/web-gocam/issues/20, @thomaspd and @tmushayahama noticed that we were no longer seeing model contributor and group data on the GO-CAM browser site: image

I see this is because these fields are not returned in the ModelsWith2CausalMFs query but are in the previously used ModelList query

To fix this, we simply need to add these fields to the causal query and then regenerate the JSON files.

dustine32 commented 1 year ago

This fix is in place and working.

kltm commented 1 year ago

Cheers!