8a517dbde81136ae75107ba8d5dc8dc7e8e613c8 jcasper Sun Mar 26 01:11:45 2017 -0700 Installing updated hg.conf files from UCSC servers diff --git confs/hgwdev.hg.conf confs/hgwdev.hg.conf index 62a2fb9..3089748 100644 --- confs/hgwdev.hg.conf +++ confs/hgwdev.hg.conf @@ -87,31 +87,31 @@ #db.grp=grp,remoteDbs:grp # New browser function as of March 2007, allowing saved genome browser # sessions into genomewiki # New browser function as of May 2012, using stand alone hgLogin CGI # login system to replace authentication service provided by # genomewiki. # To enable the hgLogin function, set the login.systemName and # wiki.host # as below. Note, do not set the values of the two cookies to other # value. login.systemName=hgLogin CGI login.browserName=genome-test Genome Browser -login.browserAddr=http://genome.ucsc.edu +login.browserAddr=http://genome-test.soe.ucsc.edu login.mailSignature=UCSC Genome Browser Administrator login.mailReturnAddr=genome-www@soe.ucsc.edu #Parameters for suggestion form suggest.mailSignature=UCSC Genome Browser Staff suggest.mailReturnAddr=genome-www@soe.ucsc.edu suggest.browserName=UCSC Genome Browser #wiki.host=genome.ucsc.edu wiki.host=HTTPHOST #wiki.host=genomewiki.cse.ucsc.edu wiki.userNameCookie=wikidb_mw1_UserName wiki.loggedInCookie=wikidb_mw1_UserID wiki.sessionCookie=wikidb_mw1__session @@ -213,35 +213,43 @@ # details pages for the HGDP Allele Frequency (hgdpGeo) track. # (HGDP = Human Genome Diversity Project) # Programs required for per-SNP geographic maps of HGDP population # allele frequencies: hgc.psxyPath=/hive/data/outside/GMT4.3.1/bin/psxy hgc.ps2rasterPath=/hive/data/outside/GMT4.3.1/bin/ps2raster hgc.ghostscriptPath=/usr/bin/ghostscript # Customize your downloads.server machine name here downloads.server=hgdownload-test.cse.ucsc.edu # Temporary flag to help disable new custom track validator if needed # If you turn the flag off, it reverts to the old validator newCustomTrackValidate=on - +# PROXY # enable http(s) proxy support in net.c -#httpProxy=http://someProxyServer:443/ +#httpProxy=http://someProxyServer:3128 +#httpsProxy=http://someProxyServer:3128 +#ftpProxy=ftp://127.0.0.1:2121 # if proxy server needs BASIC authentication -#httpProxy=http://user:password@someProxyServer:443/ +#httpProxy=http://user:password@someProxyServer:3128 +#httpsProxy=http://user:password@someProxyServer:3128 +# if some domain suffixes should not be proxied: +#noProxy=ucsc.edu,mit.edu,localhost,127.0.0.1 +# if you need to debug your proxy config +#logProxy=on +# writes messages to stderr every time proxy is used for ftp, http, or https. ## # Database profiles ## # The dbProfile facility provides a limited mechanism for access tracks from # multiple database servers. This is particularly useful when a mirror server # contains the majority of the track data needs to be shared by multiple # groups with a small number of locally produced tracks that they the need to # keep isolated from the other groups. A dbProfile associates a MySQL host, # user, and password with a dbProfile name. To define a dbProfile named # myProfile, define the hg.conf variables: # # myProfile.host # myProfile.user # myProfile.password