Skip to content

Commit

Permalink
removing VFB_internal
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbie1977 authored Sep 24, 2024
1 parent 75da60a commit 6c8f27b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uk/ac/ebi/vfb/neo4j/neo2solr/ols_neo2solr.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
args = parser.parse_args()


matches = {'individuals': "MATCH (n:Individual) WHERE NOT n.short_form STARTS WITH 'VFBc_' ",
matches = {'individuals': "MATCH (n:Individual) WHERE NOT n.short_form STARTS WITH 'VFBc_' AND NOT n.short_form starts with 'VFB_internal' ",
'classes': "MATCH (n:Class) "}

with_file = open("uk/ac/ebi/vfb/neo4j/neo2solr/ols_solr_rec_query.cypher", 'r')
Expand Down

0 comments on commit 6c8f27b

Please sign in to comment.