change predicate for DisGeNet
For DisGeNet, we should use biolink:genetically_associated_with instead of biolink:gene_associated_with_condition.
@bazarkua please make sure that biolink:gene_associated_with is actually valid in the current version of the Biolink model (look in https://github.com/biolink/biolink-model/blob/master/biolink-model.yaml
take a look at this file: https://github.com/RTXteam/RTX-KG2/blob/master/convert/disgenet_tsv_to_kg_jsonl.py
this issue is pending until biolink-model.yaml is updated to allow gene associated with
OK, just confirming (after checking the DisGeNet edges file in the RTX-KG2.10.2pre build), we should use biolink:genetically_associated_with since DisGeNet contains not just associations between genes and diseases (a.k.a. "conditions") but also associations between genes and phenotypes (such as "body height", UMLS:C0005890).
Closing because it is no longer relevant (due to #469)