bystrogenomics / bystro

Bystro genetic analysis (annotation, filtering, statistics)
Apache License 2.0
43 stars 15 forks source link

Use semantic versioning for both database and program #19

Open akotlar opened 6 years ago

akotlar commented 6 years ago

Right now program version is intimately tied to database version.

We either need to decouple them, or use semantic versioning to track all changes, such that any identified database bugs that require a rebuild increment the corresponding minor version digit.

akotlar commented 6 years ago

The documentation of the switch should be made as part of #25