Permalink
Browse files
Point script to the typical ts-data file locations
- Loading branch information...
Showing
with
2 additions
and
2 deletions.
-
+2
−2
scripts/xnattotransmartlink/command.sh
|
|
@@ -1,9 +1,9 @@ |
|
|
#!/bin/bash
|
|
|
-export KETTLE_HOME="/home/jenkins/transmart-data/env/tranSMART-ETL/Postgres/GPL-1.0/Kettle/Kettle-ETL/"
|
|
|
+export KETTLE_HOME="/home/transmart/transmart-data/samples/postgres/kettle-home/"
|
|
|
|
|
|
sh "/home/jenkins/transmart-data/env/data-integration/kitchen.sh" \
|
|
|
-norep=N \
|
|
|
--file="/home/jenkins/transmart-data/env/tranSMART-ETL/Kettle-GPL/Kettle-ETL/create_clinical_data.kjb" \
|
|
|
+-file="/home/transmart/transmart-data/env/tranSMART-ETL/Postgres/GPL-1.0/Kettle/Kettle-ETL/create_clinical_data.kjb" \
|
|
|
-log=load_clinical_data.log \
|
|
|
-param:LOAD_TYPE=I \
|
|
|
-param:COLUMN_MAP_FILE=xnat.tmm \
|
|
|
|
0 comments on commit
f4ea2f5