File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,11 @@ export SPARK_EXECUTOR_MEMORY="12g"
146146```
147147Download the OMOP tables as parquet files
148148``` console
149- python -u -m cehrbert.tools.download_omop_tables-c db_properties.ini -tc person visit_occurrence condition_occurrence procedure_occurrence drug_exposure measurement observation_period concept concept_relationship concept_ancestor -o ~/Documents/omop_test/
149+ python -u -m cehrbert.tools.download_omop_tables -c db_properties.ini \
150+ -tc person visit_occurrence condition_occurrence procedure_occurrence \
151+ drug_exposure measurement observation_period \
152+ concept concept_relationship concept_ancestor \
153+ -o ~/Documents/omop_test/
150154```
151155
152156We have prepared a synthea dataset with 1M patients for you to test, you could download it
You can’t perform that action at this time.
0 commit comments