Skip to content

HAS_IPD_ACCESSION release attribute should be a list not scalar #72

@mmaiers-nmdp

Description

@mmaiers-nmdp

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"]

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions