Changes between Version 2 and Version 3 of Onyx HowTo Data Export


Ignore:
Timestamp:
05/20/15 17:51:17 (10 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Onyx HowTo Data Export

    v2 v3  
    99== Process
    1010
     11**DO NOT FOLLOW THESE INSTRUCTIONS IF YOU ARE REBUILDING THE ONTOLOGY.  SEE [[i2b2 Onyx Importer]].**
     12
    11131. Check in the Tomcat application manager that nobody is logged onto the server.
    12142. In Onyx click on the {{{Participants}}} tab.
     
    15175. FTP the files to the [[uhlbriccsapp03.xuhl-tr.nhs.uk]] server in the {{{/home/nick/onyx data for importing}}} directory.
    16186. Then refer to the instructions [[i2b2 Onyx Importer]].
    17 7. Unzip the file using the instruction
    18 {{{
    19 sudo unzip {filename} /usr/local/i2b2-procedures-1.1-production/unprocessed/
    20 }}}
    21 
     197. {{{sudo su -u}}}
     208. {{{cd /usr/local/i2b2-procedures-1.1-production}}}
     219. {{{export I2B2_PROCEDURES_HOME=$PWD}}}
     2210. {{{./bin/data-prep/1-namespace-update.sh {jobname} /home/nick/onyx-data-for-importing/{zipfile name} }}}
     2311. {{{./bin/data-prep/2-clean-onyx-variables.sh {jobname} }}}
     2412. {{{./bin/data-prep/3-onyx2metadata.sh {jobname} }}}
     2513. {{{./bin/data-prep/5-refine-metadata.sh {jobname} }}}
     2614. {{{./bin/data-prep/A-onyx2pdo-SQL.sh {jobname} -pid={next pid} -eid={next eid} }}}
     2715. {{{./bin/data-prep/B-xslt-pdo2crc.sh {jobname} }}}
     2816. {{{./bin/participant-upload/participant-upload-sql.sh {jobname} }}}
    2229[[BackLinks]]