check: https://github.com/plaquette/ska2
125
This Docker container provides an environment with SKA (Simple K-mer Analysis Tool) installed, ready for running SKA commands. SKA is designed for the alignment and analysis of genomic data using k-mer based methods. The Docker image is based on Ubuntu 22.04 (Jammy Jellyfish) to ensure compatibility with the SKA binary's GLIBC requirements.
To build the Docker image from the Dockerfile, navigate to the directory containing the Dockerfile and use build_push.sh
To run a container using the built image use demo.sh
This command starts an interactive bash session within the container. You can run SKA commands directly in this shell.
With the container running and your data directory mounted, you can execute SKA commands. For example:
ska align --min-freq 1 --filter no-filter /data/output/laos_ska_index.skf -o /data/output/laos_ska_alignment.aln --threads 4
Ensure your paths are adjusted to match where your files are located within the mounted directory.
For more details on SKA and its usage, visit the SKA GitHub repository.
Content type
Image
Digest
sha256:60ab5be4a…
Size
38.6 MB
Last updated
over 2 years ago
docker pull plaquette/ska2:v0.3.7