Skip to content
Snippets Groups Projects
Commit d3db1cea authored by B13nch3n's avatar B13nch3n
Browse files

Update README

parent cdad05ab
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment