-
Notifications
You must be signed in to change notification settings - Fork 72
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
Fairchecker button live deploys #774
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@albangaignard could you please run some more tests? It does not work with some live deploys, for instance:
- https://www.alliancegenome.org/gene/RGD:620474 (no dct:conformsTo, created with REACT, the API does not produce results, the website produces a graph but no Bioschemas validation)
- https://aip.fipapatients.org/ (no dct:conformsTo, neither API nor website results)
- https://www.alliancegenome.org/gene/MGI:2442292 (API does not produce results, website keeps loading when trying to create the graph)
- https://aip.fipapatients.org/ (no dct:conformsTo, neither API nor website results)
- https://bar.biocomp.unibo.it/bar3/ (no dct:conformsTo, API does not produce results, website does)
- https://zbmed.github.io/damalos/ (no dct:conformsTo, API, does not give results, website does)
- url=https://workflowhub.eu/workflows/18 works fine with API and website
What could be happening with those not working with the API but with the website?
I would also suggest to include in this PR a new section FAIRChecker in https://bioschemas.org/tutorials/howto/howto_check_deploy so people can get some tips on why the validation could not work for their page
Thanks
Hi @albangaignard any news on this PR? Thanks |
1 similar comment
Hi @albangaignard any news on this PR? Thanks |
Hi @ljgarcia, thanks for coming back to me. If we take this example https://zbmed.github.io/damalos/, here is the output of the periodic checks (https://github.com/BioSchemas/bioschemas-validation) :
This means that harvesting is ok, we can retrieve 75 RDF triples. Then, there is no On the FAIR-Checker website, we have another strategy, we try to infer the profile based on Is it clearer ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for checking, looks good
Replaced BMUSE button by calls to the FAIR-Checker API. Two buttons: one for metdata harvesting, and one for Bioschemas profile validation.