You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, point taken. The inclusion of the cache was there to avoid all users to wait for the ontology list to download. This process used to take a lot of time, but I made the parsing of the JSON go from 40s with javax to sub 1s using another library so the need for caching is almost removed anyway.
bioportal-ontology-detail.cache File in https://github.com/ISA-tools/ISAcreator/blob/master/src/main/java/org/isatools/isacreator/ontologymanager/bioportal/io/AcceptedOntologiesLoader.java is set to point to
ProgramData/cache
This should be rather set to the tmp folder otherwise it might result in PermissionDeniedException.
The text was updated successfully, but these errors were encountered: