diff runXena.py @ 18:154a9b440b63

Updated the xena jar to version 14, updated the URL of the Xena pages
author melissacline
date Tue, 02 Jun 2015 14:55:55 -0700
parents 14aaed60e07b
children 77f5d8cbac77
line wrap: on
line diff
--- a/runXena.py	Tue Jun 02 14:54:24 2015 -0700
+++ b/runXena.py	Tue Jun 02 14:55:55 2015 -0700
@@ -34,7 +34,7 @@
         while True:
             #Main code goes here ...
             #Note that logger level needs to be set to logging.DEBUG before this shows up in the logs
-            xenaCmdline = "java -jar %s -r %s/files -d %s/db -t %s/tmp --logfile %s/xena.log -p %s -H 0.0.0.0 --no-auto" 
+            xenaCmdline = "java -jar %s -r %s/files -d %s/db -t %s/tmp --logfile %s/xena.log -p %s -H 0.0.0.0" 
             xenaBaseDir = xena.baseDir()
             xenaCmd = xenaCmdline % (xena.jarPath(), xenaBaseDir, 
                                      xenaBaseDir, xenaBaseDir,