Jim Balhoff
Jim Balhoff
I did want to add that I've used several Scala command line parsers, and case-app is easily my favorite—thanks!
@alexarchambault thank you for pointing that out, I completely missed that it was possible to use `=` between options and values. Based on the examples in the readme I thought...
Thanks! I'll leave it up to you if you want to go ahead and close this. It would be great to add that to the docs if it isn't somewhere...
Thanks for taking a look! Here is an ontology you can use directly (an unsatisfiable class is `Malpighian tubule morphogenesis`): ```turtle Prefix(:=) Prefix(owl:=) Prefix(rdf:=) Prefix(xml:=) Prefix(xsd:=) Prefix(rdfs:=) Ontology( Import() Import()...
@Superraptor I use CORS with Blazegraph. You can see the setup in my docker image here: https://github.com/phenoscape/blazegraph-docker/blob/master/Dockerfile You need to add the jetty-servlets jar to the classpath.
After digging around Maven Central, it looks to me like there are no Blazegraph jars published for 2.1.5 that don't have dependencies merged in. It would work much better for...
It's a capital 'O'. Could the prefix be `ICD-O` or `ICD-O-3`? I'm not sure how the codes do or don't change across versions.
I guess I would go with the minimal changes, since we don't want to go too deep in maintaining this code.
> @balhoff Are you still interested in implementing this command? I am; it just fell by the wayside this spring. I may be able to come back to this in...
@jamesaoverton I think you're responding to something different. To me the request is totally sensible. An IRI input specified via `--input-iri` is currently directly requested, but IRIs in its imports...