From 89b76af679c869b75f4c8e706685eaf8f07c2168 Mon Sep 17 00:00:00 2001 From: Fatih Karaoglanoglu Date: Fri, 19 Jul 2019 16:19:39 -0700 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca05eeb..e669715 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ To build a Docker image: cd docker docker build . -t mrfast:latest -Your image named "mrfast" should be ready. You can run tardis using this image by +Your image named "mrfast" should be ready. You can run mrfast using this image by docker run --user=$UID -v /path/to/inputs:/input -v /path/to/outputdir:/output mrfast [args] - ```[args]``` are usual arguments you would pass to tardis executable. Be careful about mapping. You need to specify folders respective to container directory structure.