Skip to content

Improve OWLAPI Wrapper handling of the master filename (-m param) #31

Description

@mdorf

If the OWL API Wrapper is called with the following command, it fails to process the ontology because it's not able to handle the full path to the master file name. Currently, it expects the master filename to be passed in without the full path, just as a name. Need to add handling of both cases: a) when the master filename is passed in with the full path included; and b) when the master filename is passed in on its own:

Current behavior:

OWL API processes successfully:

-i /srv/ncbo/repository/ROR/1/unzipped -m ror.owl -o /srv/ncbo/repository/ROR/1 -r true

OWL API fails to process:

 -i /srv/ncbo/repository/ROR/1/unzipped -m /srv/ncbo/repository/ROR/1/unzipped/ror.owl -o /srv/ncbo/repository/ROR/1 -r true

Activity

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions