-
Notifications
You must be signed in to change notification settings - Fork 26
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
ontology search and publication lookup don't work in ISAcreator #345
Comments
Thx for reaching out. These should be run in a VM with Java 1.8 (the tool do not run with later versions but this you probably know already :) ).
You may have to "refresh" the `Ontology Detail Cache'. To do so, please go the the "Settings" option of ISAcreator on the main menu, and then click the blue "update Ontology Detail Cache" button I just tried it again it cured the pb for me. Let me if the trick works for you.
all the best |
Thank you @proccaserra, I have java 1.8. In the meantime I faced other issues (Excuse me, if it should be posted as separate issues).
|
Hi @maciej-jonczyk thank your for reporting these issues. I was able to replicate 3 but not 2. Regarding 1, accessing Crop Ontology, as ISAcreator performs lookups on NCBO Bioportal and the Crop Ontology seems to not be available (https://bioportal.bioontology.org/ontologies/CO/?p=summary) , I suspect the API call can not find the resource. Regarding 3, definitely a 'feature' of ISAcreator, which is caused by the java ISA writer upper casing the words found in ISA fields. But since the ISA configuration used to open the files isn't aware of that, this causes the duplication you see. This leaves us with the issue of supplied values being discarded, that I was unable to reproduce (I am running the tool on macOS 11.6 with java 1.8). Apologies for the inconvenience. |
Dear @proccaserra, thank you for help. As of problem 2. |
@proccaserra I've realised that "returning values" is a consequence of default values provided in the configuration file. So I think the only solution is to delete default values in investigation file in configuration. New problem - Study Design Type |
Hi @maciej-jonczyk , that's correct, expected behavior, this was discussed and the miappe configuration developers felt it was a way to draw the attention to those values and provide. The risk, within the constraints of the tool, is indeed saving the default values. Regarding the second issue: crop ontology is not longer available from Bioportal and there isn't much I can do here. Possibly http://purl.obolibrary.org/obo/AGRO_00000360 The issue is check if this would break compatibility with MIAPPE and the conversion with BRAPI Hope this helps. bw |
Hi @proccaserra, thank you for the clarification. As of Crop Ontology, it is defined as preffered in MIAPPE tutorials. However It seems that user can provide entries from other ontology. The current version of MIAPPE 1.1 is from 2019 so maybe it needs an update, I also think AGRO would be proper. New question EDIT Once again, thank you for your time. |
@maciej-jonczyk option 1: use Agro available from NCBO Bioportal (very little extra work) option 2: use AgroPortal (essentially a NCBO Bioportal customized to support agronomic research and hosted in Montpellier, Fr.). this would require extending the java code in ISAcreator which handles ontologies to point to right endpoint and obtain an API key from AgroPortal. This is more involved |
@proccaserra, allright, I'll use AGRO linked in the ISAcreator ontology look-up. |
@proccaserra Hi Philippe. I am using ISACreator, latest release and I also am finding it isn't searching Bioportal ontologies. I tried the Settings->Update Ontologies Detail Cache, but the cmd window shows:
Do you know why this might be? Thanks |
Hi,
I'm using ISAcreator 1.7.11 on ubuntu (unpacked from zip file downloaded from https://github.com/ISA-tools/ISAcreator/releases).
It works fine, but "ontology search" in "Study Design Type" for example doesn't work.
In my console I've got "Problem encountered setting host configuration for ontology search" error.
I've read about proxy settings, is it required for ontology search?
I don't know how to set proxy.
Similar problem is with publication lookup. It simply doesn't work, either for doi and PubMed id
Best Wishes,
Maciej
The text was updated successfully, but these errors were encountered: