From b5ed73498a3f12da3f6f8465ec115065ec98e931 Mon Sep 17 00:00:00 2001 From: pvtroshin Date: Mon, 14 Feb 2011 18:22:55 +0000 Subject: [PATCH 1/1] Add limits for presets from jws2 branch git-svn-id: link to svn.lifesci.dundee.ac.uk/svn/barton/ptroshin/JABA2@3752 e3abac25-378b-4346-85de-24260fe3988d --- conf/settings/ClustalLimits.xml | 22 ++++++++++++--------- conf/settings/MafftLimits.xml | 39 ++++++++++++++++++++++++++++++++++++-- conf/settings/MuscleLimits.xml | 26 ++++++++++++++++++++++--- conf/settings/ProbconsLimits.xml | 8 ++++---- conf/settings/TcoffeeLimits.xml | 17 +++++++++++++---- 5 files changed, 90 insertions(+), 22 deletions(-) diff --git a/conf/settings/ClustalLimits.xml b/conf/settings/ClustalLimits.xml index d490402..52b0ef3 100644 --- a/conf/settings/ClustalLimits.xml +++ b/conf/settings/ClustalLimits.xml @@ -1,18 +1,22 @@ compbio.runner.clustal.ClustalW - - Disable gap weighting (Speed-oriented) - 2000 - 1000 - - 1000 - 1000 + 100000 + 100000 # LocalEngineExecutionLimit # - 500 - 1000 + 100000 + 100000 + + + + diff --git a/conf/settings/MafftLimits.xml b/conf/settings/MafftLimits.xml index 06a6324..7067ff5 100644 --- a/conf/settings/MafftLimits.xml +++ b/conf/settings/MafftLimits.xml @@ -2,12 +2,47 @@ compbio.runner.mafft.Mafft - 1000 - 1000 + 100000 + 100000 # LocalEngineExecutionLimit # + 100000 + 100000 + + + + + diff --git a/conf/settings/MuscleLimits.xml b/conf/settings/MuscleLimits.xml index feb6fc7..2aceb46 100644 --- a/conf/settings/MuscleLimits.xml +++ b/conf/settings/MuscleLimits.xml @@ -2,12 +2,32 @@ compbio.runner.muscle.Muscle - 1000 - 1000 + 100000 + 100000 # LocalEngineExecutionLimit # - 500 + 100000 + 100000 + + + + + diff --git a/conf/settings/ProbconsLimits.xml b/conf/settings/ProbconsLimits.xml index 179d0dc..1d871d7 100644 --- a/conf/settings/ProbconsLimits.xml +++ b/conf/settings/ProbconsLimits.xml @@ -2,12 +2,12 @@ compbio.runner.probcons.Probcons - 1000 - 1000 + 100000 + 100000 # LocalEngineExecutionLimit # - 500 - 1000 + 100000 + 100000 diff --git a/conf/settings/TcoffeeLimits.xml b/conf/settings/TcoffeeLimits.xml index 3416ca3..660d27c 100644 --- a/conf/settings/TcoffeeLimits.xml +++ b/conf/settings/TcoffeeLimits.xml @@ -2,12 +2,21 @@ compbio.runner.tcoffee.Tcoffee - 1000 - 1000 + 100000 + 100000 # LocalEngineExecutionLimit # - 500 - 1000 + 100000 + 100000 + + + + -- 1.7.10.2