about summary refs log tree commit diff
path: root/web/webqtl/base
diff options
context:
space:
mode:
authorroot2012-05-22 12:47:55 -0500
committerroot2012-05-22 12:47:55 -0500
commit89dd9b4fe8e2e1011f28d8ff688bc9e14c344ef7 (patch)
tree0850bb0fda13b3e35175d9cc7c1286c55ecac97c /web/webqtl/base
parent8f48285647cfd6f7150c471ec7fd410518069245 (diff)
downloadgenenetwork2-89dd9b4fe8e2e1011f28d8ff688bc9e14c344ef7.tar.gz
Latest version of GN source codes
Diffstat (limited to 'web/webqtl/base')
-rwxr-xr-xweb/webqtl/base/indexBody.py5
-rwxr-xr-x[-rw-r--r--]web/webqtl/base/template.py0
-rwxr-xr-x[-rw-r--r--]web/webqtl/base/templatePage.py0
-rwxr-xr-xweb/webqtl/base/webqtlConfigLocal.py8
4 files changed, 6 insertions, 7 deletions
diff --git a/web/webqtl/base/indexBody.py b/web/webqtl/base/indexBody.py
index aa67dffa..e73409a5 100755
--- a/web/webqtl/base/indexBody.py
+++ b/web/webqtl/base/indexBody.py
@@ -67,7 +67,7 @@ index_body_string = """
 					<!--  DATABASE  SELECTION -->		
 									<TR>
 										<TD align=right height=35 style="font-size:14px;font-family:verdana;color:black">
-											<B>Database:</B>
+											<B>Data Set:</B>
 										</TD>
 
 										<TD width="3%">
@@ -221,6 +221,7 @@ Quick HELP Examples and </B>
 				<li><a href="http://galaxy.genenetwork.org/" target="_blank">Galaxy</a> at UTHSC</li>
 				<li>GeneNetwork at <a href="http://ec2.genenetwork.org/" target="_blank">Amazon Cloud (EC2)</a></li>
 				<li>GeneNetwork Source Codes at <a href="http://sourceforge.net/projects/genenetwork/" target="_blank">SourceForge</a></li>
+				<li>GeneNetwork Source Codes at <a href="https://github.com/genenetwork/genenetwork" target="_blank">GitHub</a></li>
 			</ul>
 		</p>
 							<P>____________________________
@@ -271,7 +272,7 @@ Quick HELP Examples and </B>
 								<LI><A HREF="http://gn.genetics.ucla.edu/" target="_blank" style="font-size:12px;font-family:verdana;color:blue">California at UCLA</A>
 								<LI><A HREF="http://genenetwork.helmholtz-hzi.de/" target="_blank" style="font-size:12px;font-family:verdana;color:blue">Germany at the HZI</A>
 								<LI><A HREF="https://genenetwork.hubrecht.eu/" target="_blank" style="font-size:12px;font-family:verdana;color:blue">Netherlands at the Hubrecht</A> (Development)
-								<LI><A HREF="http://xzhou3.memphis.edu/" target="_blank" style="font-size:12px;font-family:verdana;color:blue">Memphis at the U of M</A>
+								<LI><A HREF="http://genenetwork.memphis.edu/" target="_blank" style="font-size:12px;font-family:verdana;color:blue">Memphis at the U of M</A>
 								<LI><A HREF="http://webqtl.bic.nus.edu.sg/" target="_blank" style="font-size:12px;font-family:verdana;color:blue">Singapore at the NUS</A>
  								<LI><A HREF="http://genenetwork.epfl.ch/" target="_blank" style="font-size:12px;font-family:verdana;color:blue">Switzerland at the EPFL</A>
 							</UL>
diff --git a/web/webqtl/base/template.py b/web/webqtl/base/template.py
index 85bd86df..85bd86df 100644..100755
--- a/web/webqtl/base/template.py
+++ b/web/webqtl/base/template.py
diff --git a/web/webqtl/base/templatePage.py b/web/webqtl/base/templatePage.py
index 4dece24a..4dece24a 100644..100755
--- a/web/webqtl/base/templatePage.py
+++ b/web/webqtl/base/templatePage.py
diff --git a/web/webqtl/base/webqtlConfigLocal.py b/web/webqtl/base/webqtlConfigLocal.py
index 0c95fe7b..499dfba8 100755
--- a/web/webqtl/base/webqtlConfigLocal.py
+++ b/web/webqtl/base/webqtlConfigLocal.py
@@ -3,17 +3,15 @@
 #########################################
 
 MYSQL_SERVER = 'localhost'
-DB_NAME = 'db_webqtl'
+DB_NAME = 'db_webqtl_leiyan'
 DB_USER = 'webqtlupd'
 DB_PASSWD = 'webqtl'
 
 MYSQL_UPDSERVER = 'localhost'
-DB_UPDNAME = 'db_webqtl'
+DB_UPDNAME = 'db_webqtl_leiyan'
 DB_UPDUSER = 'webqtlupd'
 DB_UPDPASSWD = 'webqtl'
 
-GNROOT = '/gnshare/gn/'
+GNROOT = '/home/leiyan/gn/'
 PythonPath = '/usr/bin/python'
 PIDDLE_FONT_PATH = '/usr/lib/python2.4/site-packages/piddle/truetypefonts/'
-
-TEXTUI=0   # This is to protect GN production server. If set to 0, no text UI is allowed.