From c0995a4fa6091a900aebd0aba722d2f85d4bcd5d Mon Sep 17 00:00:00 2001
From: B13nch3n <b13nch3n_01@theb-si.de>
Date: Tue, 4 Oct 2022 15:52:10 +0200
Subject: [PATCH] Update README.md

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4065b93..df67ced 100644
--- a/README.md
+++ b/README.md
@@ -123,7 +123,8 @@ Since the Docker container does not see the file system of the computer it is ru
 Running the converter app to write the ModelCIF file into a separated directory  `modelcif` for model of rank 1 looks like this:
 
 ```terminal
-$ docker run --rm -v /<PROJECTS PARENT DIR>:/data registry.scicore.unibas.ch/schwede/ma-wilkins-import/converter:latest translate2modelcif --rank 1 --out_dir modelcif /data/<UniProtKB AC>-<UniProtKB AC>
+$ mkdir /<PROJECTS PARENT DIR>/modelcif
+$ docker run --rm -v /<PROJECTS PARENT DIR>:/data registry.scicore.unibas.ch/schwede/ma-wilkins-import/converter:latest translate2modelcif --rank 1 --out_dir /data/modelcif /data/<UniProtKB AC>-<UniProtKB AC>
 Let's go to the CIF site of life!
 Working on <UniProtKB AC>-<UniProtKB AC>...
   translating <UniProtKB AC>-<UniProtKB AC>_unrelaxed_rank_1_model_1.pdb...
-- 
GitLab