Is there a download for this, I can not seem to find one? I am building a docker with bwa 0.7.17 and it is failing to compile multiple definition of `rle_auxtab", which I think has been addressed. Thank you :).
collect2: error: ld returned 1 exit status
make: *** [Makefile:30: bwa] Error 1
is there any reason why there was no accepted PR since 2017 ?
My suspicion is that the author has simply moved on to other things (e.g. for alignment, his interest now lies in minimap2 etc), and he considers BWA essentially complete. A few minor PRs and changes have been committed to the master branch since 2017, but no larger ones, and no release has been made containing these changes.
Nonetheless BWA remains widely used. If the author does not feel a responsibility to keep BWA maintained and functional, I wish he would accept help from people such as myself who could help keep it ticking over :-)
yeah.... I have a pending PR too :-D
https://github.com/lh3/bwa/pull/291
Thank you all, that worked :).
Out of interest, which base image did you use to build upon?