-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add OWL2 representation #30
Comments
That sounds like a great idea! |
Hey @jamesamcl, unfortunately this is a bigger ask than I realized. It was just a couple lines to add the I wonder if the problem could be solved simply by minifying. I've never done this to XML, personally, much less RDF/XML. Do you know if OLS supports any other formats? I wonder if there are any others that would be small enough when converted. |
I think the easiest option would be to gzip it and add support to OLS for gzipped files. I’ll open an issue on OLS and cross reference. Thanks so much for looking into this! |
Oh, OK cool! I like this solution. Looks like you've already made some headway. I'll implement that on this side shortly. |
Hey @jamesamcl, I tried to set us up for I tried I could potentially try using some alternative robot convert formats. I think it will have the same problem though. If you want, I could give it a go, though. Do you know if OLS would support any of these other formats? I know won't support this format:
Tried already but running out of memory:
Haven't tried yet, though I imagine will have the same problem:
|
@twhetzel FYI I spent a short amount of time on this but hit a block due to memory issues. If you happen to know an alternate way to do a conversion and use less memory, let me know. I could possibly try |
I just tried locally:
So it seems like ttl might get us just under the memory ceiling which is apparently 16 GB for a standard GitHub runner. Turtle is supported by OLS. |
Thanks for looking into this! That's great to see that Last time I looked into runners, I think the memory limits were a lot lower. Perhaps we can manage! I changed the runner back to Other options:
|
@joeflack4 are you setting the max heap size? This succeeded for me:
|
I was thinking of trying that, but in the past when I've tried that with |
@joeflack4 for Java programs I would never leave that to chance, but have to make sure it fits within the machine you're running on. There is some overhead so always make it less than the actual RAM. |
Yeah, I'm not sure why this hasn't helped in the past. Perhaps because what I was running just required way too much memory, and couldn't be set to the threshold I wanted. In any case, good news is that it worked this time!: |
It would be nice to have an OWL2 RDF/XML representation alongside the OBO file. Then we can add medgen to OLS.
The text was updated successfully, but these errors were encountered: