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

Start validation README

parent a6903b5d
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,14 @@ ...@@ -2,6 +2,14 @@
This is a collection of tools, code and examples used for converting user's modelling projects into [ModelCIF format](https://mmcif.wwpdb.org/dictionaries/mmcif_ma.dic/Index/) for upload to [ModelArchive](https://www.modelarchive.org) (MA). The whole repository has grown over time from bulk uploads to MA, we assisted users with. Do not expect everything to work out of the box, old conversion projects may be outdated by now. This is a collection of tools, code and examples used for converting user's modelling projects into [ModelCIF format](https://mmcif.wwpdb.org/dictionaries/mmcif_ma.dic/Index/) for upload to [ModelArchive](https://www.modelarchive.org) (MA). The whole repository has grown over time from bulk uploads to MA, we assisted users with. Do not expect everything to work out of the box, old conversion projects may be outdated by now.
## ModelCIF resources
The official documentation of [ModelCIF](https://mmcif.wwpdb.org/dictionaries/mmcif_ma.dic/Index/) and [PDBx/mmCIF](https://mmcif.wwpdb.org/dictionaries/mmcif_pdbx_v50.dic/Index/) can be found here: https://mmcif.wwpdb.org
ModelCIF dictionary files can be found in the official repository: https://github.com/ihmwg/ModelCIF
## Directories ## Directories
A short overview of the directories in this repository and what they do. A short overview of the directories in this repository and what they do.
...@@ -11,5 +19,5 @@ A short overview of the directories in this repository and what they do. ...@@ -11,5 +19,5 @@ A short overview of the directories in this repository and what they do.
|projects/ |Collection of model conversions done for various user projects. | |projects/ |Collection of model conversions done for various user projects. |
|validation/|A tool to check the formatting of ModelCIF files. | |validation/|A tool to check the formatting of ModelCIF files. |
<!-- LocalWords: modelcif ModelArchive <!-- LocalWords: modelcif ModelArchive PDBx
--> -->
# ModelCIF validation tool
This is a tool to check that the formatting of ModelCIF files complies with the ModelCIF format declaration (aka "dictionary"). Upon successful validation, a ModelCIF file can be extended with the dictionary version the file was compared to (option ToDo: add option). For more basic mmCIF validation, the dictionary of the underlying PDBx/mmCIF format is also available.
The easiest way to run validation is from Docker container. Running it out of Docker requires an installation of [OpenStructure](https://openstructure.org).
[[_TOC_]]
- how to run the tool
- how to run the container
- how to pull the container
- how to build the container
- files (at the bottom)
<!-- LocalWords: PDBx
-->
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