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
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 correctworking.34 Illegal instruction rattle correct -i rattle.fastq.gz -t 4 -c clusters.outHere 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