thortiede / sbml4j

Load SBML Files and persist them in Neo4j
MIT License
2 stars 2 forks source link

Missing parentheses in query for findByExternalResourceSecondaryName in SBMLSpeciesRepository #83

Closed thortiede closed 2 years ago

thortiede commented 2 years ago

The closing parentheses of (e:ExternalResourceEntity) is missing in the query.

thortiede commented 2 years ago

The missing parentheses has been added in the cleanup_data_model branch.