-
Notifications
You must be signed in to change notification settings - Fork 9
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
preview-genomic_model-neo4j.xml does not contain all the fields for some classes #62
Comments
Seems you're using templates from a different FlyMine than http://intermine.modencode.org/preview (currently down, and I've asked Daniela whether I should host it here so it stays up). In that mine, you have
But also, there is nothing special or permanent about templates - they're just example queries that are stored. There isn't really any need to convert templates to Cypher, per se, they're just good test cases for you to work with. |
Yeah @sammyjava , I downloaded these templates from http://www.flymine.org/ and not from our standard mine http://intermine.modencode.org/preview. I thought that the data model and templates of both FlyMines would be the same but I was wrong. 😅 When http://intermine.modencode.org/preview is up and running, I'll use its templates as test cases instead. |
I'm pretty sure mines are like snowflakes: no two are alike. :) |
When I try to convert all templates to cypher, some templates are not converted. For example consider the template Gene_transcriptionFactors.
It gives following exception,
This is because this template contains a Path having
factor
field right afterRegulatoryRegion
class, but inpreview-genomic_model-neo4j.xml
, RegulatoryRegion does not have any field called factor. Same is the case for some other classes and their fields.So we need to update
preview-genomic_model-neo4j.xml
to reflect all the FlyMine classes and their fields, so as to be able to convert all sorts of PathQueries.@sammyjava @danielabutano @vivekkrish
The text was updated successfully, but these errors were encountered: