phyloref / jphyloref

MIT License
0 stars 0 forks source link

Updated WebserverCommand to use local ontologies if available #25

Closed gaurav closed 6 years ago

gaurav commented 6 years ago

TestCommand (java -jar jphyloref.jar test ...) already supports the use of local ontologies if they are available. This PR adds support for reading ontologies from the same folder to WebserverCommand (java -jar jphyloref.jar webserver ...) as well.

gaurav commented 6 years ago

Yup, I hadn't realized that XML catalogs were an open standard! I've opened an issue for implementing them in #28.