-
Notifications
You must be signed in to change notification settings - Fork 31
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
For #2093 #653
For #2093 #653
Conversation
@pgaudet has made some changes to the requirements. I have to made additional changes. I will let you know when it is ready for review. Thanks |
@mugitty Updating your comment |
The code is ready for review, I have updated for the new requirements. |
For geneontology/go-site#2093 -- to create link |
@mugitty Is this the |
@mugitty I'm mainly concerned with finding the correct |
@dustine32 - You are correct. The update in required for Makefile-gaf-reprocess . You can review from geneontology/go-site#2127 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, it took me a bit but I realized the "easiest" test of this change was to run Pascale's test GAF through ontobio-parse-assocs.py
with the new param:
ontobio-parse-assocs.py -f gorules_test_errors.gaf -F gaf -o gorules_test_errors_valid.gaf -I all.gaferences.json --report-md gorules_test_errors-report.md --report-json gorules_test_errors-report.json -m ~/go/go-site/metadata --allow_paint -l all convert --to gaf -n 2.2
One of the test lines for GORULE:0000030
contains ref GO_REF:0000045
, which should now be getting caught and reported (with a WARNING
) because it has is_obsolete: True
. Indeed, it is warned. Confirmed that master
branch doesn't give this WARNING
so all good.
@mugitty Feel free to merge whenever.
No description provided.