@@ -136,6 +136,22 @@ Please execute the following process:
...
@@ -136,6 +136,22 @@ Please execute the following process:
```bash
```bash
acmc omop install -f <path to downloaded OMOP zip file> -v <release version from email>
acmc omop install -f <path to downloaded OMOP zip file> -v <release version from email>
```
```
Expected output:
```bash
[INFO] - Installing OMOP from zip file: ../data/acmc-omop.zip
[INFO] - Extracted OMOP zip file ../data/acmc-omop.zip to vocab/omop/
[INFO] - Processing 1 of 9 tables: vocab/omop/CONCEPT.csv
[INFO] - Processing 2 of 9 tables: vocab/omop/DOMAIN.csv
[INFO] - Processing 3 of 9 tables: vocab/omop/CONCEPT_CLASS.csv
[INFO] - Processing 4 of 9 tables: vocab/omop/RELATIONSHIP.csv
[INFO] - Processing 5 of 9 tables: vocab/omop/DRUG_STRENGTH.csv
[INFO] - Processing 6 of 9 tables: vocab/omop/VOCABULARY.csv
[INFO] - Processing 7 of 9 tables: vocab/omop/CONCEPT_SYNONYM.csv
[INFO] - Processing 8 of 9 tables: vocab/omop/CONCEPT_ANCESTOR.csv
[INFO] - Processing 9 of 9 tables: vocab/omop/CONCEPT_RELATIONSHIP.csv
[INFO] - OMOP installation completed
```
---
---
...
@@ -451,7 +467,7 @@ The `phen` command is used phenotype-related operations.
...
@@ -451,7 +467,7 @@ The `phen` command is used phenotype-related operations.
## License
## License
MIT License
This project is licensed under the terms of the **Apache License 2.0**. For more details, please see the full license [here](http://www.apache.org/licenses/LICENSE-2.0).