linikujp / owltools

Automatically exported from code.google.com/p/owltools
0 stars 0 forks source link

Doc request for --make-subset-by-properties #75

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'd like to use:

owltools --make-subset-by-properties

 to generate derived versions of ontologies based on a list of permitted properties.   I've successfully used this specify one property at at time but have not been able to find doc for how to specify multiple properties.  Please could this doc be added.

Original issue reported on code.google.com by dosu...@gmail.com on 29 Jul 2013 at 1:12

GoogleCodeExporter commented 9 years ago

I will commit this with some other changes later today:

                opts.info("PROPERTY-LIST",
                        "make an ontology subset that excludes axioms that use properties not in the specified set.\n"+
                                "  A property list is a space-separated list of object property OBO-IDs, shorthands, URIs, or labels.\n"+
                                "  Example: my.owl --make-subset-by-properties BFO:0000050 'develops from' // -o my-slim.owl \n"+
                                "  The special symbol 'ALL-PROPERTIES' selects all properties in the signature.\n"+                             
                        "  The property list should be terminated by '//' (this is optional and a new command starting with '-' is sufficient to end the list)");

Original comment by cmung...@gmail.com on 29 Jul 2013 at 3:48

GoogleCodeExporter commented 9 years ago

Original comment by cmung...@gmail.com on 12 Sep 2013 at 10:17