bowtie2
bowtie2 copied to clipboard
Dropped -std=c++98 and improved portability
Was having issues running bowtie2 across multiple distributions, so just implemented the changes suggested in https://github.com/BenLangmead/bowtie2/issues/248.
Was able to build using the following distributions:
- Ubuntu 19.04: clang 6.0, and gcc 8.3
- Fedora 30: clang 8.0, and gcc 9.0
- Debian 10: clang 6.0, and gcc 8.3