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

0ntologies diagnostics (January 2022) - Ontologies with DIFF ERROR #213

Closed
13 of 15 tasks
Tracked by #192 ...
syphax-bouazzouni opened this issue Feb 14, 2022 · 2 comments
Closed
13 of 15 tasks
Tracked by #192 ...
Assignees
Labels
content Issues related to the content of AgroPortal

Comments

@syphax-bouazzouni
Copy link
Contributor

syphax-bouazzouni commented Feb 14, 2022

From the Admin UI

Problem diagnostic

See Logs of the ncbo_ontology_process script

Using the script bin/ncbo_ontology_process -o AFEO -t diff (e.g with AFEO) we can see that diff process fails with no details

Performing diff failed.  Reason: null

Using the source code of bubastis

We can found the source code here : https://github.com/EBISPOT/bubastis

And after enabling the exception printing, we can see :

Error type 1: Update owlapi

  • Update owlapi from 4.5.8 to 4.5.17

Error type 2: Missing imports

For the case of

Error type 3: Ziped files

Error type 4: Output folder not found

For those ressources

Error type 5: Can't parse the previous versions

@syphax-bouazzouni syphax-bouazzouni added the content Issues related to the content of AgroPortal label Feb 24, 2022
@jonquet
Copy link
Contributor

jonquet commented Feb 25, 2022

  • For the problem of missing imports the suggestion is to create a complimentary/additional error status that will be triggered when the missing import is detected during parsing and that will explicitly inform the admin user of the problem.
    Up to us to know that we need to fix missing imports before addressing diff issues. add parsing error status for missing imports  ontoportal-lirmm/ontologies_linked_data#14

  • For the problem of zip files => we need to patch the code to test if this is a zip file before transferring to bubastis.

  • For the problem of previosu version => case by case fix the previous versions if they really don't parse

@syphax-bouazzouni
Copy link
Contributor Author

The diff errors were resolved.
It is still only AFEO, we continue its specific tracking their #231
Same for the new feature request of ontoportal-lirmm/ontologies_linked_data#14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content Issues related to the content of AgroPortal
Projects
None yet
Development

No branches or pull requests

2 participants