Skip to content

Commit

Permalink
Fix formatting of download commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
Glenn Gaffield committed Dec 9, 2021
1 parent 0565dae commit 026f696
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ The DIMPL discovery pipeline enables rapid extraction and selection of bacterial

1. Download the source code (into any folder on drive)

`wget https://github.com/BreakerLab/dimpl/archive/dimpl_1.0.2.tar.gz`
`tar xzvf dimpl_1.0.2.tar.gz`
`wget https://github.com/BreakerLab/dimpl/archive/dimpl_1.0.2.tar.gz`
`tar xzvf dimpl_1.0.2.tar.gz`

2. Download the docker image.

`docker pull breakerlab/dimpl`
`docker pull breakerlab/dimpl`

3. Configure docker to grant containers access to the folder where the DIMPL repository is located

Expand Down

0 comments on commit 026f696

Please sign in to comment.