-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Labels
Description
Right now, when I get an error from robot convert, I have to add -vvv to get logs to figure out what is broken in the ontology, but this includes all of the logs from all of the different parsers robot tried. It would be nice to have a --input-format flag that lets me specify exactly what format the input it is, so this iteration through every possible parser type can be avoided and I can more easily get to my relevant logs
E.g., I need to ctrl-f for org.semanticweb.owlapi.oboformat.OBOFormatOWLAPIParser every time I am trying to parse an OBO file, and the names are pretty hard to remember for each of these classes
cmungall