soedinglab / WIsH

Predict prokaryotic host for phage metagenomic sequences
GNU General Public License v3.0
50 stars 10 forks source link

added Docker file #4

Closed croth1 closed 7 years ago

croth1 commented 7 years ago

building the image:

cd /path/to/repository/of/WiSH
docker build -t wish .

printing the help: docker run wish mounting data in the container: docker run -v /some/host/folder:/data wish <some WiSH commands>

/data is the working directory inside the docker container

🐳