From 3c618dbce84d6902485a19ecb5b23b8a6975a57a Mon Sep 17 00:00:00 2001 From: =?utf8?q?F=C3=A1bio=20Madeira?= Date: Wed, 8 Feb 2017 10:20:06 +0000 Subject: [PATCH] =?utf8?q?JWS-114=20Commented=20out=20=E2=80=98cluster=E2=80?= =?utf8?q?=99=20entries=20for=20consistency=20with=20other=20methods.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- conf/Executable.properties | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/conf/Executable.properties b/conf/Executable.properties index cfacc2f..2bdc9a2 100644 --- a/conf/Executable.properties +++ b/conf/Executable.properties @@ -240,22 +240,22 @@ local.rnaalifold.bin = binaries/src/ViennaRNA/Progs/RNAalifold #cluster.rnaalifold.bin = /homes/www-jws2/test-servers/tomcat7-jaba3/webapps/jabawsRNA/binaries/src/ViennaRNA/Progs/RNAalifold rnaalifold.parameters.file = conf/settings/RNAalifoldParameters.xml rnaalifold.limits.file = conf/settings/RNAalifoldLimits.xml -rnaalifold.cluster.settings = -P webservices -R y -l h_cpu=24:00:00 -l ram=6000M +#rnaalifold.cluster.settings = -P webservices -R y -l h_cpu=24:00:00 -l ram=6000M ########################################################################################### # MSAProbs CONFIGURATION # ########################################################################################### local.msaprobs.bin = binaries/src/MSAProbs-0.9.7/MSAProbs/msaprobs -cluster.msaprobs.bin = /homes/www-jws2/test-servers/tomcat7-jaba3/webapps/jabawsRNA/binaries/src/MSAProbs-0.9.7/MSAProbs/msaprobs +#cluster.msaprobs.bin = /homes/www-jws2/test-servers/tomcat7-jaba3/webapps/jabawsRNA/binaries/src/MSAProbs-0.9.7/MSAProbs/msaprobs msaprobs.parameters.file = conf/settings/MSAprobsParameters.xml msaprobs.limits.file = conf/settings/MSAprobsLimits.xml -msaprobs.cluster.settings = -P webservices -R y -l h_cpu=24:00:00 -l ram=6000M +#msaprobs.cluster.settings = -P webservices -R y -l h_cpu=24:00:00 -l ram=6000M ########################################################################################### # GLprobs CONFIGURATION # ########################################################################################### local.glprobs.bin = binaries/src/GLProbs-1.0/glprobs -cluster.glprobs.bin = /homes/www-jws2/test-servers/tomcat7-jaba3/webapps/jabawsRNA/binaries/src/GLProbs-1.0/glprobs +#cluster.glprobs.bin = /homes/www-jws2/test-servers/tomcat7-jaba3/webapps/jabawsRNA/binaries/src/GLProbs-1.0/glprobs glprobs.parameters.file = conf/settings/GLprobsParameters.xml glprobs.limits.file = conf/settings/GLprobsLimits.xml -glprobs.cluster.settings = -P webservices -R y -l h_cpu=24:00:00 -l ram=6000M +#glprobs.cluster.settings = -P webservices -R y -l h_cpu=24:00:00 -l ram=6000M -- 1.7.10.2