Skip to content

RBGKew/demo-docker-blast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

demo-docker-blast

This is a docker file for use with the tutorial on 26-10-16. It takes a directory of fasta files, and outputs a directory of results, matching the sequences to the mitofish database (http://mitofish.aori.u-tokyo.ac.jp/)

Getting this image:

git checkout https://github.com/RBGKew/demo-docker-blast.git

then

docker build -t blast-fish .

Running this image:

docker run --rm -v *input_directory or file*:/input -v *output_directory*:/output blast-fish

About

Demo docker project for use in docker presentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages