Synthetic SPO Data
This page will guide you through loading example synthetic data that follows the SPO (Swiss Personalized Oncology) ontology.
Pre-Requisite: Download test data
cd ${MEDCO_SETUP_DIR}/test/data
bash download.sh spo_syntheticLoad the data into MedCo
cd ${MEDCO_SETUP_DIR}/scripts
for NODE_NB in 0 1 2; do bash load-i2b2csv-data.sh \
../test/data/spo-synthetic/node_${NODE_NB} \
localhost i2b2medcosrv${NODE_NB} \
medcoconnectorsrv${NODE_NB}; \
doneLast updated
Was this helpful?