12d78f7390aa02fd2073dddee95abda9b4ca0b96 jcasper Sun Aug 25 01:11:35 2019 -0700 Installing updated hg.conf files from UCSC servers diff --git confs/rr.hg.conf confs/rr.hg.conf index 1047a45..e9ef269 100644 --- confs/rr.hg.conf +++ confs/rr.hg.conf @@ -108,15 +108,32 @@ # Log visible tracks to error_log trackLog=on # location of CRAM reference sequences cramRef=/userdata/cramCache # Display phylogenetic tree in hgGateway (URL relative to cgi-bin) hgGateway.dbDbTaxonomy=../js/dbDbTaxonomy.js # Added as a test requested by Chris Lee # useBlatBigPsl=on # The following turns on short links for hgSession, allowing the redirect. # Uncommented on 1/23/19 by request from Brian Lee hgSession.shortLink=on + +# Separate directory for files that belong to saved sessions (hgSession). +# The path must be absolute (starts with /). +# This directory must be on the same filesystem as trash/ so hard links work. +# The purpose of this directory is to allow automated cleaning of old files +# from trash/ while keeping saved session files safe in a different location. +#sessionDataDir=/userdata/sessions/rr +sessionDataDirOld=/userdata + +# Name prefix of 31 separate databases (one for each day of month, on same +# server as customTrash, using customTracks.* profile) for custom track +# database tables that belong to users' saved sessions, analogous to +# sessionDataDir setting for saved session files. +# The databases must be named as this prefix followed by {01, 02, 03, ... 31}. +# For example, if the value is "customData" then the databases are named +# customData01, customData02, ... customData31. +sessionDataDbPrefix=customData