From d3db1cea758e808a85180afd0b83c53fab038ff1 Mon Sep 17 00:00:00 2001 From: B13nch3n <b13nch3n_01@theb-si.de> Date: Mon, 9 May 2022 10:20:21 +0200 Subject: [PATCH] Update README --- validation/README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/validation/README.md b/validation/README.md index 3faf8b9..769ce3c 100644 --- a/validation/README.md +++ b/validation/README.md @@ -94,17 +94,22 @@ $ ## How to run the container +The call to the validation tool (almost) stays the same, it just needs instructions to start the Docker container as a prefix: +```bash +$ docker run --rm -i -v /home/user/models:/data -t registry.scicore.unibas.ch/schwede/mabakerimport/mmcif-dict-suite:dev validate-mmcif-file /data/model.cif +{"status":"completed","diagnosis":[],"versions":[{"title":"mmcif_pdbx_v50.dic","version":"5.358","location":"https://raw.githubusercontent.com/ihmwg/ModelCIF/a24fcfa8d6c3ceb4b6f0676bcc341ac0cd24ff1f/base/mmcif_pdbx_v50.dic"},{"title":"mmcif_ma.dic","version":"1.4.0","location":"https://raw.githubusercontent.com/ihmwg/ModelCIF/a24fcfa8d6c3ceb4b6f0676bcc341ac0cd24ff1f/dist/mmcif_ma.dic"}]} +$ +``` -- start with command -- explain what it does +- explain what command does - explain volumes/ external mounts - explain for -e - explain for -a ## How to pull a copy of the container from our registry -- since we use it ourselfs and are involved in the development, we usually notice when a new dictionary comes out +- since we use it ourselves and are involved in the development, we usually notice when a new dictionary comes out ## How to build the container from scratch -- GitLab