linikujp / owltools

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

unify AssertInferenceTool and InferenceBuilder #68

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
owltools.InferenceBuilder and owltools.cli.AssertInferenceTool perform similar 
tasks

It would be useful to have some of the capabilities of InferenceBuilder from 
the CLI - in particular the alwaysAssertSuperClasses flag.

Original issue reported on code.google.com by cmung...@gmail.com on 2 Jul 2013 at 11:10

GoogleCodeExporter commented 9 years ago
The assert inference tool is a wrapper around the builder. Most of the 
functionality is already in the builder, only the cli parsing and reporting are 
implemented in the assert tool.

It is no problem to add a flag in the assert tool to expose this option.

Original comment by HDie...@lbl.gov on 5 Jul 2013 at 4:53