Permalink
Browse files

Point script to the typical ts-data file locations

  • Loading branch information...
1 parent ad1bb92 commit f4ea2f5261df7bc35053155155e251f2cba94a3f @forus forus committed Nov 11, 2015
Showing with 2 additions and 2 deletions.
  1. +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

Please sign in to comment.