From 89dd9b4fe8e2e1011f28d8ff688bc9e14c344ef7 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 22 May 2012 12:47:55 -0500 Subject: Latest version of GN source codes --- web/webqtl/base/indexBody.py | 5 +++-- web/webqtl/base/template.py | 0 web/webqtl/base/templatePage.py | 0 web/webqtl/base/webqtlConfigLocal.py | 8 +++----- 4 files changed, 6 insertions(+), 7 deletions(-) mode change 100644 => 100755 web/webqtl/base/template.py mode change 100644 => 100755 web/webqtl/base/templatePage.py (limited to 'web/webqtl/base') 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: + Data Set: @@ -221,6 +221,7 @@ Quick HELP Examples and
  • Galaxy at UTHSC
  • GeneNetwork at Amazon Cloud (EC2)
  • GeneNetwork Source Codes at SourceForge
  • +
  • GeneNetwork Source Codes at GitHub
  • ____________________________ @@ -271,7 +272,7 @@ Quick HELP Examples and

  • California at UCLA
  • Germany at the HZI
  • Netherlands at the Hubrecht (Development) -
  • Memphis at the U of M +
  • Memphis at the U of M
  • Singapore at the NUS
  • Switzerland at the EPFL diff --git a/web/webqtl/base/template.py b/web/webqtl/base/template.py old mode 100644 new mode 100755 diff --git a/web/webqtl/base/templatePage.py b/web/webqtl/base/templatePage.py old mode 100644 new mode 100755 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. -- cgit v1.2.3