Changes between Version 2 and Version 3 of StoryConvertPhenoData


Ignore:
Timestamp:
2011-11-28T15:02:41+01:00 (13 years ago)
Author:
Erik Roos
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • StoryConvertPhenoData

    v2 v3  
    44Scrum: ticket:1067
    55
     6How to demo:
     7
    68Acceptance criteria:
    79
    8 Status:
     10Instructions:
     11* Install Oracle SQL Developer using jorislops@gmail.com's account, or make your own
     12* Adjust date settings (tools -> preferences -> database -> NLS) to YYYY-MM-DD and time settings to YYYY-MM-DD HH.MI.SSXFF AM TZR
     13* Make an SSH tunnel using the command: ssh -L 2000:orawise01.target.rug.nl:15300 username@vm7.target.rug.nl
     14* Go to Add Connections, hit the + sign, Hostname = localhost, Port = 2000, Service Name = llpacc / llptest / llp, Username = molgenis, Password = <ask Joris, Robert or Erik>
     15* Connect to one of the databases (prod, acc, test), go to Other Users, go to LLPOPER User, go to Views, select them all and export them to CSV
     16* Now you have the CSV files that form the input of the convertor
     17* VW_DICT_DATA.csv contains all the protocols and measurements
     18* Convertor code is in molgenis_apps/Apps/lifelinespheno, build script is build_lifelines.xml (in project root)
     19* Change the path to the CSV files (first line of ImportMapper.java in package lifelinespheno.org.molgenis.lifelines)
     20* Run the convertor
    921
    1022To-do's:
     
    2941 * Last but not least, Test if data is loaded correctly (Test from Anco).
    3042 * We should make sure that the data is always loaded into the right format (this means that it always end up the right way in database).
    31  * We should make sure that the data is always loaded into the right format (this means that it always end up the right way in database).