17 | | 7. Unzip the file using the instruction |
18 | | {{{ |
19 | | sudo unzip {filename} /usr/local/i2b2-procedures-1.1-production/unprocessed/ |
20 | | }}} |
21 | | |
| 19 | 7. {{{sudo su -u}}} |
| 20 | 8. {{{cd /usr/local/i2b2-procedures-1.1-production}}} |
| 21 | 9. {{{export I2B2_PROCEDURES_HOME=$PWD}}} |
| 22 | 10. {{{./bin/data-prep/1-namespace-update.sh {jobname} /home/nick/onyx-data-for-importing/{zipfile name} }}} |
| 23 | 11. {{{./bin/data-prep/2-clean-onyx-variables.sh {jobname} }}} |
| 24 | 12. {{{./bin/data-prep/3-onyx2metadata.sh {jobname} }}} |
| 25 | 13. {{{./bin/data-prep/5-refine-metadata.sh {jobname} }}} |
| 26 | 14. {{{./bin/data-prep/A-onyx2pdo-SQL.sh {jobname} -pid={next pid} -eid={next eid} }}} |
| 27 | 15. {{{./bin/data-prep/B-xslt-pdo2crc.sh {jobname} }}} |
| 28 | 16. {{{./bin/participant-upload/participant-upload-sql.sh {jobname} }}} |