Sign inSign up

yeban/blast

By yeban

Updated almost 11 years ago

Provides NCBI BLAST+.

Image
0

1.2K

yeban/blast repository overview

Dockerfile

# 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 

Tag summary

Content type

Image

Digest

sha256:f687e3e63

Size

84.9 MB

Last updated

almost 11 years ago

docker pull yeban/blast