speedseq
speedseq copied to clipboard
Update dependencies (submodules) so that the project builds on Linux ARM64
Add Github Actions based CI. It builds and tests on Linux x86_64 and aarch64
Fixes #149
Any feedback on the proposed changes ? Without these changes it is impossible to use speedseq on ARM64 due to the usage of x86_64 binary for Sambamba. This PS uses Sambamba as a submodule and builds it for the current CPU architecture. Also this PR updates Bwa to a newer version that supports ARM64.
I also needed to build speedseq on Linux ARM64! Thank you, @martin-g ! I hope this PR is merged soon!