nmdp-bioinformatics / gfe-db

Graph database representing IPD-IMGT/HLA sequence data as GFE
https://gfe-db.readthedocs.io
GNU General Public License v3.0
9 stars 15 forks source link

an odd GFE #95

Closed mmaiers-nmdp closed 7 months ago

mmaiers-nmdp commented 1 year ago

This query

match (i:IPD_Allele)-[]-(g:GFE)-[]-(a:IPD_Accession)
where g.name="HLA-Aw0-0-0-157-243-2776-0-0-0-0-0-0-0-0-0-0-0"
    return i,g,a

returns a gfe that refers to multiple sequences but GFE to sequence should be 1-to-1

mmaiers-nmdp commented 7 months ago

This is fixed in the current database on dockerhub "chrisammon3000/gfe-db:latest" accessed 2024-02-12