This repository contains scripts and data for validating immune exposure tables using VALVE.
- Make sure Python 3 is installed.
- Clone this repository.
- In order to use VALVE, the validation engine, there must be
datatype
,field
, andrule
tables. These tables are included to get you started. Please modify these as needed. Refer to the VALVE documentation for more information. There is also aterminology
table that includes ontology terms that were used in immune exposure model described here.
- If you have an immune exposure table or any related tables (such as
terminology
,datatype
, etc.) in an Excel Workbook, please rename this file asimmune_exposure.xlsx
and runmake extract
to extract all sheets intotables
directory. Note that if there is a sheet in the Excel file with the same name as the tables included in thetables
directory, the Excel sheet will replace the contents of the provided table in thetables
directory. - Run
make validate
to run validation.