-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BioThings PFOCR issues #203
Comments
@newgene @everaldorodrigo I think the first point is easy to fix - and a bug that needs addressing... I think the second point may need some more discussion |
@colleenXu the first point fix was released to the CI, Test, and Production environments. |
@colleenXu, according to
We also could keep both behaviors. The current one and the new one using a parameter called flavor. What are your thoughts? |
I would just use |
I think a new parameter like flavor sounds perfect! |
@newgene @colleenXu the Examples for testing:
|
I have two observations for you/Alex Pico to check on. Otherwise, I think this looks fine and ready to deploy to all instances! Two observations:
To check behavior, I took a few individual document/records and compared the mention counts. For example, I checked
|
And a note to myself: for now, Andrew said I don't need to add this parameter's information to the BioThing API's SmartAPI annotation. We're currently using the default (all). |
Correct |
@everaldorodrigo @ctrl-schaff @newgene Your thoughts on my second observation? |
order does not matter across different |
So from my perspective, this seems good and ready to deploy to all instances. |
Let's use the tags to track deployment? Based on the Slack convos, it looks like this is on Test now... |
@everaldorodrigo Are the PFOCR flavors already deployed to Prod? Does that mean this issue can be closed? |
Hi @colleenXu, yes they were deployed to Prod. |
Two things I've noticed:
(1) queries like https://biothings.transltr.io/pfocr/query?q=associatedWith.mentions.genes.ncbigene:5879 return no hits even when there are records with that value (example). Maybe it's because there's a misspelling in the metadata/fields entry - which says associatedWith.mentions.genes.bcbigene...
(2) For the PFOCR flavors, I'm not sure how to specify them in the OpenAPI spec / x-bte annotation. They're not regular query-level parameters like fields/size/jmespath/etc....can they be? (see previous Slack convo) @newgene
Refs:
The text was updated successfully, but these errors were encountered: