Skip to content

Commit

Permalink
fix in param
Browse files Browse the repository at this point in the history
  • Loading branch information
gregdp committed Dec 1, 2020
1 parent e725f50 commit deb3f75
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified download/mapq_chimera_1_6_3.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion mapq_chimera/qscores.py
Expand Up @@ -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 :
Expand Down

0 comments on commit deb3f75

Please sign in to comment.