* OakVar store has been launched.
* Added `ov run —vcf2vcf` option for VCF input-to-VCF output files workflow, which produces annotated VCF output files orders of magnitude faster than without it. For sample-heavy input such as 1000 Genomes files, this option is critical. With this release, only VCF output files are generated without SQLite result files. However, future development is planned for keeping this speed up and generating result database files.
* Added convenient setup command `ov system setup`. After installing OakVar, `ov system setup` will take care of all setup work.
* Added command-line interface commands for the OakVar store, including:
* `ov store account create`: creates a store account
* `ov store account delete`: deletes a store account
* `ov store account change`: change a store account’s password
* `ov store account check`: checks if you are logged in at the OakVar store
* `ov store account login`: logs in to the OakVar store
* `ov store account logout`: logs out from the OakVar store
* `ov store account reset`: resets a store account’s password
* `ov store fetch`: fetches the cache of the OakVar store
* `ov module pack`: generates a zip file for the code and the data of a module, respectively
* `ov store register`: registers a module at the OakVar store
* `ov store oc`: commands to interface with OpenCRAVAT store
* Major refactoring of the entire codebase
* Other minor bug fixes and improvements