Clustal Omega (https://www.ebi.ac.uk/seqdb/confluence/display/THD/Clustal+Omega) docker image.
5.9K
This image facilitates the usage of Clustal Omega, a sequence alignment tool.
You should adapt and run the following command: docker run --rm -v /your/data/dir:/data pegi3s/clustalomega -i /data/sequences.fasta -o /data/sequences_aligned.fasta
In this command, you should replace:
/your/data/dir to point to the directory that contains the FASTA file you want to align.sequences.fasta to the actual name of your FASTA file.sequences_aligned.fasta to the actual name of your aligned FASTA file.To see the Clustal Omega help, just run docker run --rm pegi3s/clustalomega --help.
Content type
Image
Digest
sha256:4c3a009bb…
Size
105.8 MB
Last updated
over 2 years ago
docker pull pegi3s/clustalomega