Bioinformatics tools for sequence alignment in next-generation sequencing (NGS) workflows
317
This Docker image, jibinjv/aligner, is built from mambaorg/micromamba:1.5.0 and provides a comprehensive suite of bioinformatics tools for sequence alignment in next-generation sequencing (NGS) workflows. It uses Micromamba to manage a lightweight, efficient environment containing popular aligners. The image is optimized for size and performance by cleaning caches and stripping unnecessary files.
The jibinjv/aligner image includes the following bioinformatics tools, installed via Conda channels conda-forge and bioconda:
mambaorg/micromamba:1.5.0docker pull jibinjv/aligner:<tag>
To start a container with an interactive shell:
docker run -it jibinjv/aligner:<tag>
To mount a local directory (e.g., /path/to/your/data) to the container's /data directory:
docker run -it -v /path/to/your/data:/data jibinjv/aligner:<tag>
To run a specific tool (e.g., STAR):
docker run -it jibinjv/aligner:<tag> STAR --version
/data.docker run -it -v /path/to/your/data:/data jibinjv/aligner:<tag> bash
STAR --runThreadN 4 --genomeDir /data/genome_index --readFilesIn /data/reads.fastq
/data directory for input/output files.--memory, --cpus).docker build -t jibinjv/aligner:<tag> .
This Docker image is licensed under the MIT License. Individual tools included in the image are subject to their respective licenses, as defined by their maintainers. Please refer to the documentation of each tool (linked above) for specific licensing information.
If you use the jibinjv/aligner container, please cite the individual tools according to their publications.
Refer to the official documentation of each tool (linked above) for accurate citation and licensing details.
For issues or questions, please refer to the documentation of individual tools (linked above) or contact the repository maintainer.
Content type
Image
Digest
sha256:656347ba0…
Size
495.1 MB
Last updated
about 1 year ago
docker pull jibinjv/aligner:v1