Skip to content

Commit deb3f75

Browse files
committed
fix in param
1 parent e725f50 commit deb3f75

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

download/mapq_chimera_1_6_3.zip

-12 Bytes
Binary file not shown.

mapq_chimera/qscores.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1892,7 +1892,7 @@ def CalcResQ (r, dmap, sigma, allAtTree=None, numPts=8, toRAD=2.0, dRAD=0.1, min
18921892
if at.element.name == "H" :
18931893
continue
18941894

1895-
if not hasattr ( 'isBB' ) :
1895+
if not hasattr ( at, 'isBB' ) :
18961896
SetBBAts ( at.molecule )
18971897

18981898
if not hasattr ( at, 'Q' ) or not useOld :

0 commit comments

Comments
 (0)