You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,28 @@
2
2
3
3
A repository for the analysis of various RADx data dictionaries. The repo contains a folder called "curated" that contains a collection of cleaned data dictionaries by Data Collection Center (DCC). To process the data dictionaries run the "process-data-dictionaries.sh" script. The processing will produce a series of folders containing intermediate processed data dictionaries and then a merge of all data dictionaries in a file called `merged.csv`.
4
4
5
-
To run the script, in this repository root directory (after cloning the repo), type:
5
+
## Cloning and Running the Analysis
6
+
7
+
Open a terminal with the working directory set to the directory where you would like to clone the repo. Type,
This will output processing files in the `generated` directory.
26
+
11
27
## RADx Data Dictionary Explorer Tool
12
28
13
29
This script requires the [RADx Data Dictionary Explorer](https://github.com/RADx/radx-data-dictionary-explorer) command line tool. The script uses an alias `dd` to this tool. You should build and install the tool and then set up an alias to the tool.
0 commit comments