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

Add option to Oort to filter relationship types for basic/simple release #59

Open
ShahimEssaid opened this issue Feb 2, 2015 · 1 comment

Comments

@ShahimEssaid
Copy link

From cmung...@gmail.com on March 28, 2013 11:38:35

Essentially the same as this chunk from CommandRunner

        else if (opts.nextEq("--make-subset-by-properties")) {
            opts.info("PROPERTY-LIST","make an ontology subset that excludes axioms that use properties not in the specified set. The property list should be terminated by //");
            Set<OWLObjectProperty> props = this.resolveObjectPropertyList(opts);
            Mooncat m = new Mooncat(g);
            m.retainAxiomsInPropertySubset(g.getSourceOntology(),props,reasoner);
            m.removeDanglingAxioms();
        }

Original issue: http://code.google.com/p/owltools/issues/detail?id=59

@ShahimEssaid
Copy link
Author

From HDie...@lbl.gov on March 28, 2013 18:23:17

Hello,

we already have an option to specify a list of properties for the simple ontology release. The option is: "--simple-filtered"

It accepts property IDs and uses them to filter, see OboOntologyReleaseRunner#handleSimpleOntology() for more details.

Labels: -Type-Defect Type-Enhancement

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