RATTLE
RATTLE copied to clipboard
Dockerfile or recipe available
Hey,
Has anyone got a recipe to build this in Docker? (or can help me fix mine). I have been trying with all the various GCC versions on a UBUNTU 20.04 + 22.04 base but still not managing to get rattle correct working.
34 Illegal instruction rattle correct -i rattle.fastq.gz -t 4 -c clusters.out
- rattle.fastq.gz : is the toy input fastq file gzipped.
Here is what I have so far with gcc11 https://github.com/Eco-Flow/docker-build/blob/main/rattle/Dockerfile_gcc11 and gcc9: https://github.com/Eco-Flow/docker-build/blob/main/rattle/Dockerfile_gcc9
This actually may have been a macM3 arm issue, that I couldn't get correct working. Works fine on ubuntu 22.04 with the gcc11. I can close unless someone has thoughts on the container.
I couldn't get an arm version to build.