8 | | Status: |
| 10 | Instructions: |
| 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 |