-
Notifications
You must be signed in to change notification settings - Fork 17
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
Fix instance data links #493
base: master
Are you sure you want to change the base?
Conversation
Tests are run with |
Sadly, failing as we (I) cowboy coded the fix to PANTHER yesterday. |
@nathandunn Could you pull javascript/lib/amigo/linker.js.tests from the PR--that is actually the wrong library/file. I'm making the corrections in the right place. |
@nathandunn For this test, there is still a problem:
|
@nathandunn Could you also remove external/db-xrefs.yaml ? This is an offline backup and I'll update that now separately on master. No relation to anything on this ticket. |
@nathandunn I merged back with master after copying from upstream and your external/db-xrefs.yaml is still off--that shouldn't be correct. What other changes were you making that are not reflected upstream? |
@kltm Fortuitious . . I'll fix and add one more type |
Fix in the upstream, yes? |
is it just a fix in db-xrefs.yaml . ? or do I need to fix it in the tets as well |
All data is derived from the upstream db-xrefs.yaml (the copy in external/db-xrefs.yaml is a backup in case the internet of borked and rarely used), so all fixes must start there. If there is a change necessary in the tests, that is done in javascript/npm/amigo2-instance-data/tests/linker.tests.js . I believe the changes in javascript/lib/amigo/linker.js.tests should be removed (that is something of a holdover and not related to the code we publish). |
@kltm Is there a way to run the tests directly? Make changes to db-xrefs, etc. ? It looks like its running the linker tests off of the old db-xrefs.yaml defintion |
@kltm Where is the upstream file located? |
Sorry, I though you were clear what the db-xrefs.yaml upstream was from our conversations over the last couple of days. To reiterate: all metadata is derived from Tests are run as: #493 (comment) A description of the release process is: https://github.com/geneontology/amigo#releases . The install step is what grabs the new upstream and compiles it into JavaScript. |
I updated the tests to reflect transgenes |
Also see #491 (previous PR) and #492 (issue)