Entering edit mode
2.3 years ago
appropiate
▴
80
Hopefully the title is self-explanatory. I have tried
bwa --version
without success.
Hopefully the title is self-explanatory. I have tried
bwa --version
without success.
Just run the bwa
command without the --version
flag:
$ bwa
Program: bwa (alignment via Burrows-Wheeler transformation) Version: 0.7.17-r1188 Contact: Heng Li lh3@sanger.ac.uk
Usage: bwa <command> [options]
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
That was embarrassingly simple, thanks!