# directory where cipres is installed CIPRES_DIR = ${CIPRES_HOME}/CIPRES-and-deps/cipres # directory for the uploaded nexus files UPLOADED_NEXUS_DIR = ${CIPRES_WEB_HOME}/uploads # directory for the result nexus files RESULTED_NEXUS_DIR = ${CIPRES_WEB_HOME}/results # directory for bootstrap-ramxl working directory BOOTSTRAP_WORK_DIR = ${BOOTSTRAP_WORK_HOME}/cipresweb # archive directory ARCHIVED_DIR = ${CIPRES_WEB_HOME}/archive # archive directory for the uploaded nexus files ARCHIVED_UPLOADED_NEXUS_DIR = ${CIPRES_WEB_HOME}/archive/uploads # archive directory for the result nexus files ARCHIVED_RESULTED_NEXUS_DIR = ${CIPRES_WEB_HOME}/archive/results # directory to store the configuration command files for REST REST_CONFIGURATION_DIR = ${CIPRES_WEB_HOME}/configurations # directory to save web related info WEB_INFO_DIR = ${CIPRES_WEB_HOME}/webinfo # web server host name WEB_SERVER_HOST = ${HOST} # web server port WEB_SERVER_PORT = ${PORT} # email host EMAIL_HOST = smtp.ucsd.edu # email sender EMAIL_SENDER = Cipres Web Portal # report server error to REPORT_SERVER_ERROR_TO = lcchan@sdsc.edu # Where python is installed (needed by TreeDraw) PYTHON_EXE = ${PYTHON_EXE} # Where phy.fi is installed (needed by TreeDraw) PHY_FI = ${PHY_FI}