From 9f8adf37c281880a75cb7d28dee4872b6324f7d8 Mon Sep 17 00:00:00 2001 From: B13nch3n <b13nch3n_01@theb-si.de> Date: Sat, 7 May 2022 21:15:21 +0200 Subject: [PATCH] Reformatting --- validation/README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/validation/README.md b/validation/README.md index d97ee30..f83a139 100644 --- a/validation/README.md +++ b/validation/README.md @@ -83,10 +83,13 @@ $ ### Misc. arguments -|**`--help`** (**`-h`**)|Print a help/ usage page for the validation tool.| -|**`--dict-sdb <SDB FILE>`** (**`-d`**)|Format dictionary in (binary) SDB format used for validating a ModelCIF file. The container comes with a SDB for ModelCIF and one for the original PDBx/mmCIF format.| -|**`--out-file <JSON FILE>`** (**`-o`**)|Instead of printing the output to `stdout`, store it in a JSON file.| -|**`--verbose`** (**`-v`**)|Write information from intermediate steps to `stdout`. This includes the raw output of `CifCheck`.| +**`--help`** (**`-h`**) Print a help/ usage page for the validation tool. + +**`--dict-sdb <SDB FILE>`** (**`-d`**) Format dictionary in (binary) SDB format used for validating a ModelCIF file. The container comes with a SDB for ModelCIF and one for the original PDBx/mmCIF format. + +**`--out-file <JSON FILE>`** (**`-o`**) Instead of printing the output to `stdout`, store it in a JSON file. + +**`--verbose`** (**`-v`**) Write information from intermediate steps to `stdout`. This includes the raw output of `CifCheck`. ## How to run the container -- GitLab