From b8621d392bf3be03d180598e133125736674d0e4 Mon Sep 17 00:00:00 2001 From: Cezary Czaplewski Date: Sat, 18 Jul 2020 18:56:39 +0200 Subject: [PATCH] maxres=7000 --- source/cluster/wham/src-HCD-5D/DIMENSIONS | 2 +- source/unres/src-HCD-5D/DIMENSIONS | 2 +- source/wham/src-HCD-5D/DIMENSIONS | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/cluster/wham/src-HCD-5D/DIMENSIONS b/source/cluster/wham/src-HCD-5D/DIMENSIONS index 64c63b1..7e90427 100644 --- a/source/cluster/wham/src-HCD-5D/DIMENSIONS +++ b/source/cluster/wham/src-HCD-5D/DIMENSIONS @@ -10,7 +10,7 @@ C Max. number of processors. C Max. number of AA residues integer maxres,maxres2 c parameter (maxres=1200) - parameter (maxres=5000) + parameter (maxres=7000) C Max. number of cysteines and other bridging residues integer max_cyst parameter (max_cyst=100) diff --git a/source/unres/src-HCD-5D/DIMENSIONS b/source/unres/src-HCD-5D/DIMENSIONS index 1c2ee16..770f2ae 100644 --- a/source/unres/src-HCD-5D/DIMENSIONS +++ b/source/unres/src-HCD-5D/DIMENSIONS @@ -16,7 +16,7 @@ C Max. number of coarse-grain processors parameter (max_cg_procs=maxprocs) C Max. number of AA residues integer maxres - parameter (maxres=5000) + parameter (maxres=7000) C Max. number of AA residues per chain integer maxres_chain parameter (maxres_chain=1200) diff --git a/source/wham/src-HCD-5D/DIMENSIONS b/source/wham/src-HCD-5D/DIMENSIONS index b79ae1f..7181abf 100644 --- a/source/wham/src-HCD-5D/DIMENSIONS +++ b/source/wham/src-HCD-5D/DIMENSIONS @@ -15,7 +15,7 @@ C Max. number of AA residues integer maxres c parameter (maxres=250) c parameter (maxres=1200) - parameter (maxres=5000) + parameter (maxres=7000) C Max. number of cysteines and other bridging residues integer max_cyst parameter (max_cyst=100) -- 1.7.9.5