BaderLab / saber

Saber is a deep-learning based tool for information extraction in the biomedical domain. Pull requests are welcome! Note: this is a work in progress. Many things are broken, and the codebase is not stable.
https://baderlab.github.io/saber/
MIT License
102 stars 17 forks source link

User can now specify config filepath at command line #75

Closed JohnGiorgi closed 6 years ago

JohnGiorgi commented 6 years ago

Fixes an issue where a config file (*.ini) had no effect when passed as a command line argument (config_filepath). A config passed at the command line now takes precedence over the default config file.

Closes #19.