From 173eeeffac1b4b8fb8a368ddd432df8a038fc980 Mon Sep 17 00:00:00 2001 From: Cezary Czaplewski Date: Fri, 25 May 2018 19:16:26 +0200 Subject: [PATCH] max_template=50 wham cluster --- source/cluster/wham/src/DIMENSIONS | 2 +- source/wham/src/DIMENSIONS | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/cluster/wham/src/DIMENSIONS b/source/cluster/wham/src/DIMENSIONS index 554a1fe..211ffe3 100644 --- a/source/cluster/wham/src/DIMENSIONS +++ b/source/cluster/wham/src/DIMENSIONS @@ -67,7 +67,7 @@ C Maximum number of terms in SC bond-stretching potential parameter (maxbondterm=3) C Maximum number of templates in homology-modeling restraints integer max_template - parameter(max_template=25) + parameter(max_template=50) c Maximum number of clusters of templates containing same fragments integer maxclust parameter(maxclust=1000) diff --git a/source/wham/src/DIMENSIONS b/source/wham/src/DIMENSIONS index 84066b1..7362a49 100644 --- a/source/wham/src/DIMENSIONS +++ b/source/wham/src/DIMENSIONS @@ -142,7 +142,7 @@ C Maximum number of terms in SC bond-stretching potential parameter (maxbondterm=3) C Maximum number of templates in homology-modeling restraints integer max_template - parameter(max_template=25) + parameter(max_template=50) c Maximum number of clusters of templates containing same fragments integer maxclust parameter(maxclust=1000) -- 1.7.9.5