PHI-base / PHI5_web_display

PHI5_web_display will allow to display PHI-Canto data
1 stars 0 forks source link

Some genes have no cross-references to Ensembl Genomes #74

Closed CuzickA closed 1 year ago

CuzickA commented 1 year ago

Example 1

https://poc.molecularconnections.com/phibase-v3/#/search-detail-page/PHIG:302 image

https://www.uniprot.org/uniprotkb/P05231/entry image

Example 2

https://poc.molecularconnections.com/phibase-v3/#/search-detail-page/PHIG:350 image

https://www.uniprot.org/uniprotkb/W5AB81/entry image

Just to note that both of these examples are for hosts.

jseager7 commented 1 year ago

This bug was due to the application code not parsing all the possible Ensembl Genomes cross-references in the UniProtKB XML file.

The code should now be checking for all the following databases:

Here's proof of the fix:

image