From 66f5e2c87dfa6a35d367f5a56e0aefb7bdbc9922 Mon Sep 17 00:00:00 2001 From: Javier Castillo-Arnemann Date: Tue, 30 Apr 2024 16:02:49 -0700 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 368f222..17fec4e 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,7 @@ The mapping and transformation result is found in the `"donors"` key. Arrays of validation warnings and errors are found in `validation_warnings` & `validation_errors`. Summary statistics about the completeness of the objects against the schema are in the `statistics` key. You can create a readable CSV table -of the summary statistics by running `completeness_table.py`. The table will be saved in `_completeness.csv` +of the summary statistics by running `completeness_table.py`. The table will be saved in `_completeness.csv`. ``` python src/clinical_etl/completeness_table.py --input _map.json ```