Skip to content

Latest commit

 

History

History

blast-workbench

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

blast-workbench

This (experimental) Docker image contains the latest versions of the following NCBI software:

How to use this image?

How to run BLAST?

Please see the NCBI BLAST+ Docker image documentation and replace ncbi/blast with ncbi/blast-workbench.

How to run EDirect?

docker run --rm \ -v $HOME/queries:/blast/queries:rw \ ncbi/blast-workbench \ sh -c 'efetch -db protein -id NP_002377 -format fasta > /blast/queries/NP_002377.fsa'

You can verify the results of this command on the local host as follows:

ls -l $HOME/queries

The test.sh script shows some example commands.

close