Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 747 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 747 Bytes

OMOP to Cadence Converter

.github/workflows/poetry-pytest.yml

Requirements

Instructions

Install packages:

poetry install

Run app:

poetry run streamlit run omop_to_cadence_converter/app.py

Run CLI:

poetry run python run omop_to_cadence_converter/convert_omop_to_cadence_csv.py

or

poetry run python run omop_to_cadence_converter/convert_omop_to_cadence_postgres.py

Run tests:

poetry run pytest