Skip to content

Commit f4e4924

Browse files
committed
Fix docker command in docs/local_analysis.md
1 parent 11cd8ee commit f4e4924

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/local_analysis.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ For local analysis, you will run MiCall on your local run folder. The most commo
5050
Assuming your MiSeq run folder is the current directory and you wish to write results in `./results` subfolder, use the following command:
5151

5252
```shell
53-
docker run --rm -v .:/data micall folder --project HIVB --skip trim.censor --denovo --keep_scratch . results
53+
docker run --rm -v .:/data cfelab/micall folder --project HIVB --skip trim.censor --denovo --keep_scratch . results
5454
```
5555

5656
In this command:
@@ -102,7 +102,7 @@ MiCall provides several command--line options to tailor runs to your needs. For
102102
Run following command to learn more about the possibilities:
103103

104104
```shell
105-
docker run --rm micall --help
105+
docker run --rm cfelab/micall --help
106106
```
107107

108108
---

0 commit comments

Comments
 (0)