diff --git a/download/mapq_chimera_1_6_3.zip b/download/mapq_chimera_1_6_3.zip index 4d8c890..ac79ed5 100644 Binary files a/download/mapq_chimera_1_6_3.zip and b/download/mapq_chimera_1_6_3.zip differ diff --git a/mapq_chimera/qscores.py b/mapq_chimera/qscores.py index c93fbf3..318953e 100644 --- a/mapq_chimera/qscores.py +++ b/mapq_chimera/qscores.py @@ -1892,7 +1892,7 @@ def CalcResQ (r, dmap, sigma, allAtTree=None, numPts=8, toRAD=2.0, dRAD=0.1, min if at.element.name == "H" : continue - if not hasattr ( 'isBB' ) : + if not hasattr ( at, 'isBB' ) : SetBBAts ( at.molecule ) if not hasattr ( at, 'Q' ) or not useOld :