sorgerlab / indra

INDRA (Integrated Network and Dynamical Reasoning Assembler) is an automated model assembly system interfacing with NLP systems and databases to collect knowledge, and through a process of assembly, produce causal graphs and dynamical models.
http://indra.bio
BSD 2-Clause "Simplified" License
173 stars 65 forks source link

Handle more UP/HGNC corner cases in BioPAX #1390

Closed bgyori closed 2 years ago

bgyori commented 2 years ago

This PR handles some corner cases in BioPAX content where xrefs provided for a Protein contain multiple HGNC and UniProt IDs but not the same number, and also the case where there are more than one UniProt IDs but no HGNC IDs at all.

Fixes #1389