RTXteam / RTX-KG2

Build system for the RTX-KG2 biomedical knowledge graph, part of the ARAX reasoning system (https://github.com/RTXTeam/RTX)
MIT License
39 stars 8 forks source link

Biolink 3.0 Compliance #221

Closed acevedol closed 1 year ago

acevedol commented 2 years ago

Biolink 3.0 will be released on 7/22. In order to get a head start in implementing compliance, I will reference the tag v2.4.2-alpha-qualifiers on the biolink repo.

acevedol commented 2 years ago

Keep in mind, Sierra mentioned that qualifiers are in their own file, qualifiers.yaml

acevedol commented 2 years ago

The Biolink team thoughtfully produced this document to assist in migrating existing predicates

acevedol commented 2 years ago

I am clearing out the buildkg2 instance for a full build because we also are updating sources.

acevedol commented 2 years ago

Running build on branch issue-221 on buildkg2.rtx.ai

acevedol commented 2 years ago

[Mon Aug 22 16:46:17 2022] Error in rule UMLS: jobid: 27 output: /home/ubuntu/kg2-build/umls_cuis.tsv log: /home/ubuntu/kg2-build/extract-umls.log (check log file(s) for error message) shell: bash -x /home/ubuntu/kg2-code/extract-umls.sh /home/ubuntu/kg2-build /home/ubuntu/kg2-build/umls_cuis.tsv > /home/ubuntu/kg2-build/extract-umls.log 2>&1 (exited with non-zero exit code)

acevedol commented 2 years ago
Error in rule KEGG:
    jobid: 47
    output: /home/ubuntu/kg2-build/kegg.json
    log: /home/ubuntu/kg2-build/extract-kegg.log (check log file(s) for error message)
    shell:
        bash -x /home/ubuntu/kg2-code/extract-kegg.sh /home/ubuntu/kg2-build/kegg.json > /home/ubuntu/kg2-build/extract-kegg.log 2>&1
        (exited with non-zero exit code)
acevedol commented 2 years ago
[Mon Aug 22 16:45:31 2022]
Error in rule DrugCentral:
    jobid: 44
    output: /home/ubuntu/kg2-build/drugcentral/drugcentral_psql_json.json
    log: /home/ubuntu/kg2-build/extract-drugcentral.log (check log file(s) for error message)
    shell:
        bash -x /home/ubuntu/kg2-code/extract-drugcentral.sh /home/ubuntu/kg2-build/drugcentral/drugcentral_psql_json.json /home/ubuntu/kg2-build/drugcentral > /home/ubuntu/kg2-build/extract-drugcentral.log 2>&1
        (exited with non-zero exit code)