A containerized implementation of MUSCLE, a powerful multiple sequence alignment tool used in bioinformatics for aligning protein and DNA sequences.
MUSCLE is an efficient and accurate tool for creating multiple alignments of amino acid or nucleotide sequences. This Docker image provides a lightweight, portable solution for sequence alignment workflows, ideal for both standalone use and integration into bioinformatics pipelines.
Basic alignment:
docker run --platform linux/amd64 -it --rm -v "$(pwd):/data" picotainers/muscle --align /data/query.fasta --output /data/query.aln
--align: Input FASTA file containing sequences to align--output: Output file path for the alignment resultsUse -v "$(pwd):/data" to mount your current directory, allowing the container to access your sequence files.
Content type
Image
Digest
sha256:c0497c1e8…
Size
31.8 MB
Last updated
2 months ago
docker pull picotainers/muscle