intermine / intermine/neo4j

Make Neo4jModelParser handle queries on fields that are ignored in Neo4j loading but the data exists elsewhere

Open
#108 0 comments 0 reactions 1 assignee Claimed by @sammyjava View on GitHub
wontfix
Dominant language
Java
Stars
6
Forks
9
PR merge metrics
No merged PRs in 30d

Description

A prime example:
```
Task -
./gradlew modelParser -PArgs=src/main/resources/preview-genomic_model-neo4j.xml,Gene.chromosome
Output -
Gene.chromosome --> chromosome
```
In fact, SequenceFeature.chromosome is ignored in Neo4j loading since the chromosome is pointed to via chromosomeLocation:
```
Gene.chromosome -> Gene.chromosomeLocation.locatedOn -> (:Gene)-[:LOCATED_ON]->(:BioEntity)
```
Wrangle Neo4jParser so that it indicates all of this somehow.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.