# directory where cipres is installed CIPRES_DIR = ${CIPRES_HOME}/CIPRES-and-deps/cipres # cipres binaries including paup CIPRES_BIN_DIR = ${CIPRES_BIN_HOME} # 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 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