File tree Expand file tree Collapse file tree
Model/config/SiteSearchData Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version= " 1.0" ?>
22
3- <modelConfig modelName= " $COHORT /siteSearchModel"
3+ <modelConfig modelName= " $MODEL_DIR /siteSearchModel"
44 webServiceUrl= " local"
55 smtpServer= " 127.0.0.1"
66 supportEmail= " "
Original file line number Diff line number Diff line change 1010# which leads us to this exception, where we set the COHORT var if PROJECT_ID
1111# is EupathDB
1212
13- if [ " ${PROJECT_ID} " = " EuPathDB" ]
14- then
15- export COHORT=Portal
16- fi
13+ export MODEL_DIR=$COHORT
14+
15+ # expect COHORT to be ApiCommon|ClinEpi|Microbiome|OrthoMCL
16+
17+ # if [ "${PROJECT_ID}" = "EuPathDB" ]
18+ # then
19+ # export MODEL_LOCATION=Portal
20+ # fi
1721
18- if [ " ${PROJECT_ID } " = " ClinEpiDB " ]
22+ if [ " ${COHORT } " = " ClinEpi " ]
1923then
20- export COHORT =EDA
24+ export MODEL_DIR =EDA
2125fi
2226
2327if [ ! -f ${GUS_HOME} /config/SiteSearchData/model-config.xml ];
You can’t perform that action at this time.
0 commit comments