From 5824eda591e8e48fae265a9515e76824191a955e Mon Sep 17 00:00:00 2001 From: Pawel Krupa Date: Wed, 27 Apr 2016 16:29:53 +0200 Subject: [PATCH] Added maxlik potentials for CASP12 and protein dimensions has been set to 800 residues in wham and cluster. --- source/cluster/wham/src/DIMENSIONS | 2 +- source/wham/src/DIMENSIONS | 2 +- source/wham/src/DIMENSIONS.FREE | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/cluster/wham/src/DIMENSIONS b/source/cluster/wham/src/DIMENSIONS index 806387c..c53aeb2 100644 --- a/source/cluster/wham/src/DIMENSIONS +++ b/source/cluster/wham/src/DIMENSIONS @@ -9,7 +9,7 @@ C Max. number of processors. parameter (maxprocs=16) C Max. number of AA residues integer maxres,maxres2 - parameter (maxres=650) + parameter (maxres=800) C Appr. max. number of interaction sites parameter (maxres2=2*maxres) C Max. number of variables diff --git a/source/wham/src/DIMENSIONS b/source/wham/src/DIMENSIONS index 281c414..db2f678 100644 --- a/source/wham/src/DIMENSIONS +++ b/source/wham/src/DIMENSIONS @@ -13,7 +13,7 @@ C Max. number of coarse-grain processors c parameter (max_cg_procs=maxprocs) C Max. number of AA residues integer maxres - parameter (maxres=250) + parameter (maxres=800) c parameter (maxres=400) C Appr. max. number of interaction sites integer maxres2 diff --git a/source/wham/src/DIMENSIONS.FREE b/source/wham/src/DIMENSIONS.FREE index 9d03cee5..6f133a5 100644 --- a/source/wham/src/DIMENSIONS.FREE +++ b/source/wham/src/DIMENSIONS.FREE @@ -4,7 +4,7 @@ integer MaxSlice parameter (Max_Parm=32) parameter (MaxQ=4,MaxQ1=MaxQ+2) - parameter(MaxR=1,MaxT_h=32) + parameter(MaxR=12,MaxT_h=32) parameter(MaxSlice=40) integer MaxN parameter (MaxN=100) -- 1.7.9.5