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

HAS_IPD_ACCESSION release attribute should be a list not scalar #72

Open mmaiers-nmdp opened 1 year ago

mmaiers-nmdp commented 1 year ago

MATCH (n:IPD_Accession)-[r:HAS_IPD_ACCESSION]-(g:GFE) where n.name="HLA00001" return r.release

returns

╒═══════════╕
│"r.release"│
╞═══════════╡
│"3.11.0"   │
├───────────┤
│"3.47.0"   │
└───────────┘

The expected value instead of "3.47.0" is an array of all versions except 3.11.0 ["3.0.0", "3.1.0", ..., "3.51.0"]

mmaiers-nmdp commented 7 months ago

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