From b0f9ddf329e897fa8d6c066ac616de94ec0f82ce Mon Sep 17 00:00:00 2001 From: Yohan Jarosz <yohanjarosz@yahoo.fr> Date: Wed, 8 Jul 2015 11:12:25 +0200 Subject: [PATCH] update doc --- docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/README.md b/docker/README.md index 6802297..809d50c 100644 --- a/docker/README.md +++ b/docker/README.md @@ -29,7 +29,7 @@ imp:latest ``` * `docker run`: Run a docker container -* `-v $DATA_DIR:/data` : Where `$DATA_DIR` is the directory under your data is located. +* `-v $DATA_DIR:/data` : Where `$DATA_DIR` is the directory under your data is located. (*All paths must be absolute**) >You need to provide the container your data. By default, **IMP** expect that you have metagenomic and metatransciptiomic data and will look into the container `/data` directory. You do it with the `-v` (for volume) flag. -- GitLab