Open martin-g opened 2 years ago
Due to the x64 dependences in 3rd party libraries, there are currently no plans for ARM64 docker support.
All 3rd party x64 libraries used should have native Java fallbacks. In practice, the lack of acceleration means that GRIDSS is going to run slower on ARM.
Thanks for the answer, @d-cameron !
I will take a look at the 3rd party deps for the Docker image and I'll see what could be done for them!
Hello,
I'd like to request adding support for Linux ARM64 to gridss.
I've found two minor issues so far:
1) https://hub.docker.com/r/gridss/gridss/tags currently supports only
linux/amd64
. Adding support forlinux/arm64
should be easy by usingdocker/setup-qemu-action@v1
Github action. I could provide a PR for this if desired!2) 4 unit tests fail at the moment:
2.1) Currently https://github.com/PapenfussLab/gridss/blob/master/src/main/resources/libsswjni.so is x86_64 only:
So my workaround is:
2.2) I haven't investigated why MathUtil.java produces a different result on ARM64.