-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathConfiguration.default
executable file
·48 lines (40 loc) · 1.09 KB
/
Configuration.default
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
#format: sh
###########################################################################
#
# Configuration.default
#
###########################################################################
###########################################################################
#
# If the MGICONFIG environment variable does not have a local override,
# use the default "live" settings.
#
###########################################################################
if [ "${MGICONFIG}" = "" ]
then
MGICONFIG=/usr/local/mgi/live/mgiconfig
export MGICONFIG
fi
. ${MGICONFIG}/master.config.sh
LOGFILE=${PG_SNP_DBSCHEMADIR}/logs
export LOGFILE
EXPORTDATA=${DATALOADSOUTPUT}/mgi/pgsnpdbschema/data
EXPORTLOGS=${DATALOADSOUTPUT}/mgi/pgsnpdbschema/logs
# LOGDIR is used by pgdbutilities/bin/bcpin.csh
LOGDIR=${EXPORTLOGS}
export EXPORTDATA EXPORTLOGS LOGDIR
#
# 0 : do not run sybase/bcpout.csh
# 1 : run sybase/bcpout.csh
# data files are saved in EXPORTDATA
#
runBCP=0
export runBCP
#
# number of mutliple tasks to run
counterMax=3
export counterMax
#
# number of mutliple tasks to run
counterMax=3
export counterMax