From 272a8271705be7240c05eebc4a7c7ba321f18e7b Mon Sep 17 00:00:00 2001 From: B13nch3n <b13nch3n_01@theb-si.de> Date: Fri, 21 Oct 2022 10:40:43 +0200 Subject: [PATCH] Add contact info to validation README --- validation/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/validation/README.md b/validation/README.md index 3095bf4..df42635 100644 --- a/validation/README.md +++ b/validation/README.md @@ -6,6 +6,8 @@ The easiest way to run validation is from [Docker](https://www.docker.com) conta The tool itself is a wrapper around the [`CifCheck`](https://github.com/rcsb/cpp-dict-pack) tool by [RCSB](https://www.rcsb.org/). +If you have questions about converting your models to ModelCIF, feel free to contact the [MA team](https://modelarchive.org/contact). + [[_TOC_]] @@ -22,7 +24,7 @@ Upon completion, if there hasn't been any error running the command, the validat Format violations will be listed in `diagnosis`. -`cifcheck-errors` gathers errors from the `CifCheck` command. This has nothing to do with wrong formatting - messages in this list mean that `CifCheck` has "crashed". This should not happen, possible issues with `CifCheck` should be caught by the validation tool. Feel free to report them. +`cifcheck-errors` gathers errors from the `CifCheck` command. This has nothing to do with wrong formatting - messages in this list mean that `CifCheck` has "crashed". This should not happen, possible issues with `CifCheck` should be caught by the validation tool. Feel free to report them to the [MA team](https://modelarchive.org/contact). The most basic way to invoke the validation tool is just with a ModelCIF file (example shows the command plus possible output): -- GitLab