Finn Womack
Finn Womack
Moved from RTXteam/RTX#556
SemMedDB seems to be returning lots of odd edges and bad results that get pushed higher in rankings. Lots of potential options to address this: - [x] Use subject and...
Will get example from @dkoslicki and post it here
See here: https://travis-ci.com/github/RTXteam/RTX/builds/231574952 Seem to have a bunch of these before failure: ``` WARNING: returned with status 404 while retrieving ancestors for biolink:ChemicalSubstance WARNING: returned with status 404 while retrieving...
Some examples here: https://arax.ncats.io/beta/?r=36527 example edge attribute list containing the attribute of interest: ``` -- attribute_type_id: | biolink:aggregator_knowledge_source value_type_id: | biolink:InformationResource value: | infores:biothings-explorer --- attribute_type_id: | Contribution value_type_id: |...
- [ ] Clean up [create_load_db.py](https://github.com/RTXteam/RTX/blob/master/code/autocomplete/create_load_db.py) - [ ] Clean up [server.py](https://github.com/RTXteam/RTX/blob/master/code/autocomplete/server.py) - [ ] Clean up cruft in the autocomplete directory - [x] generate new autocomplete using [create_load_db.py](https://github.com/RTXteam/RTX/blob/master/code/autocomplete/create_load_db.py) and...
There have been a few instances where specific pmids that users were looking for to validate results were not showing up that were actually just cut off because of the...
This would update the ubuntu runner and upload-artifact action to non-deprecated versions. Closes #285
It looks like `main.yml` is using a couple different things that have now been deprecated and currently fails [if run on the develop branch](https://github.com/finnagin/wrapt/actions/runs/15495707546). `ubuntu-20.04` which [deprecated in February](https://github.com/actions/runner-images/issues/11101) and...
## What do these changes do? This would add wheel builds for arm64 Windows. ## Are there changes in behavior for the user? No, other than a native wheel would...