We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Example with https://data.stageportal.lirmm.fr/mappings?ontologies=INRAETHES,mappings:external, who return no mappings
but in the count https://data.stageportal.lirmm.fr/mappings/statistics/ontologies/INRAETHES we have 1.
The text was updated successfully, but these errors were encountered:
The issue seems that the mappings even if updated never remove the old counts, dining the following fix the issue
LinkedData::Models::MappingCount.where(ontologies: 'INRAETHES').all.each{|x| x.delete} # delete existent counts LinkedData::Mappings.create_mapping_count_pairs_for_ontologies(Logger.new($stdout), ['INRAETHES']) # create new counts
Sorry, something went wrong.
Fixed by ontoportal-lirmm/ontologies_linked_data#167 and ontoportal-lirmm/ontologies_linked_data#172
syphax-bouazzouni
Successfully merging a pull request may close this issue.
Example with https://data.stageportal.lirmm.fr/mappings?ontologies=INRAETHES,mappings:external, who return no mappings
but in the count https://data.stageportal.lirmm.fr/mappings/statistics/ontologies/INRAETHES we have 1.
The text was updated successfully, but these errors were encountered: