# Directly run BLAST.
$ docker run --rm yeban/blast blastp -remote -db nr -query sample.fasta
...
# Shell into the container and then run BLAST.
$ docker run -it yeban/blast
$ blastp -remote -db nr -query sample.fasta
...
^D
Content type
Image
Digest
sha256:f687e3e63…
Size
84.9 MB
Last updated
almost 11 years ago
docker pull yeban/blast