From e42146b41c41299311fdcf556b465c3eefc6025c Mon Sep 17 00:00:00 2001 From: Sasha Sherstnev Date: Thu, 9 Jan 2014 15:41:22 +0000 Subject: [PATCH] Add a possible path to the Jpred archive in the cluster --- conf/Proteocache.properties | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/conf/Proteocache.properties b/conf/Proteocache.properties index 78b97cd..fb855a3 100644 --- a/conf/Proteocache.properties +++ b/conf/Proteocache.properties @@ -1,15 +1,15 @@ ################################################################################# # Cassandra host or IP # test server is 10.0.115.190 -cassandra.host=localhost -#cassandra.host=gjb-www-1.cluster.lifesci.dundee.ac.uk +#cassandra.host=localhost +cassandra.host=gjb-www-1.cluster.lifesci.dundee.ac.uk cassandra.newtables.update=false ################################################################################# # Jpred sources # real Jpred web-server -cassandra.jpred.web.update=false +cassandra.jpred.web.update=true cassandra.jpred.web.inidelay=0 cassandra.jpred.web.updaterate=30 @@ -31,4 +31,5 @@ cassandra.jpred.local.period=300 # archive features archive.enable=true archive.path = /home/asherstnev/Projects/Java.projects/proteocache/archive +#archive.path = /homes/www-jws2/ProteoCacheArchive archive.web.dir=results -- 1.7.10.2