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

Update README.md

parent 628a91e8
No related branches found
No related tags found
No related merge requests found
......@@ -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...
......
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