Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yavyx committed Apr 30, 2024
1 parent 12c0d17 commit 66f5e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<INPUT_DIR>_completeness.csv`
of the summary statistics by running `completeness_table.py`. The table will be saved in `<INPUT_DIR>_completeness.csv`.
```
python src/clinical_etl/completeness_table.py --input <INPUT_DIR>_map.json
```
Expand Down

0 comments on commit 66f5e2c

Please sign in to comment.