Skip to content
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

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

Closed
ShahimEssaid opened this issue Feb 2, 2015 · 2 comments
Closed

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

ShahimEssaid opened this issue Feb 2, 2015 · 2 comments

Comments

@ShahimEssaid
Copy link

From dosu...@gmail.com on July 29, 2013 06:12:06

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: http://code.google.com/p/owltools/issues/detail?id=75

@ShahimEssaid
Copy link
Author

From cmung...@gmail.com on July 29, 2013 08:48:39

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)");

@ShahimEssaid
Copy link
Author

From cmung...@gmail.com on September 12, 2013 15:17:58

Status: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant