* `ov module install` can accept **URLs to GitHub.com** repository folders! For example, `ov module install https://github.com/userid/reponame/tree/master/awesomemodule`.
* `ov module pack` can accept a path to a module. For example, if you are developing a module which is outside of OakVar's system modules directory, you can still pack and register it at the store with `ov module pack path/to/module` and `ov store register path/to/module`.
* `ov run` with `--module-option` will relay module specific options to annotators. For example, `ov run input -a oncokb --module-option oncokb.coding-only=true` will make the `oncokb` module to annotate only coding variants.