From f4ea2f5261df7bc35053155155e251f2cba94a3f Mon Sep 17 00:00:00 2001 From: Ruslan Forostianov Date: Wed, 11 Nov 2015 21:35:29 +0100 Subject: [PATCH] Point script to the typical ts-data file locations --- scripts/xnattotransmartlink/command.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/xnattotransmartlink/command.sh b/scripts/xnattotransmartlink/command.sh index 69d1219..e245568 100755 --- a/scripts/xnattotransmartlink/command.sh +++ b/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 \