From 7dba36da1994844a45075d585c94490c2928fe16 Mon Sep 17 00:00:00 2001 From: James Krieger Date: Thu, 2 Nov 2023 14:24:36 +0100 Subject: [PATCH] no anisou lines in altloc dict for _evalAltlocs --- prody/proteins/pdbfile.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/prody/proteins/pdbfile.py b/prody/proteins/pdbfile.py index 3d0366479..741e15a19 100644 --- a/prody/proteins/pdbfile.py +++ b/prody/proteins/pdbfile.py @@ -908,11 +908,11 @@ def _parsePDBLines(atomgroup, lines, split, model, chain, subset, anisou = np.zeros((alength, 6), dtype=ATOMIC_FIELDS['anisou'].dtype) - alt = line[16] - if alt not in which_altlocs and which_altlocs != 'all': - altloc[alt].append((line, i)) - i += 1 - continue + # alt = line[16] + # if alt not in which_altlocs and which_altlocs != 'all': + # altloc[alt].append((line, i)) + # i += 1 + # continue try: index = acount - 1 anisou[index, 0] = line[28:35]