khowe / quicktree

Fast implementation of the neighbour-joining phylogenetic inference method
Apache License 2.0
21 stars 5 forks source link

Add -v flag to print version #1

Closed tseemann closed 7 years ago

tseemann commented 7 years ago

I've added a version.h file with the MINOR and MAJOR version, and some code in main() to handle the -v option.

This is important to be able to query the tool at runtime to find what version was actually run in a pipeline.