Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sammyjava opened this issue Aug 16, 2017 · 0 comments
Assignees
Labels

Comments

@sammyjava
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant