Tools usually return a version string if a user calls the tools with the -v/--version flag.
BWA seems not to implement this. I'm aware of the fact, that BWA returns the version if I simply call
$ bwa
Program: bwa (alignment via Burrows-Wheeler transformation)
Version: 0.7.17-r1188
Contact: Heng Li <lh3@sanger.ac.uk>
[...]
I'm writing a tool that automatically generates provenance information for executed commands and checks among others the version of the used tool via the -v/--version flags. Thus it would be nice to add this flag to the next release.
Hello,
Tools usually return a version string if a user calls the tools with the -v/--version flag. BWA seems not to implement this. I'm aware of the fact, that BWA returns the version if I simply call
I'm writing a tool that automatically generates provenance information for executed commands and checks among others the version of the used tool via the -v/--version flags. Thus it would be nice to add this flag to the next release.