Skip to content

Commit

Permalink
fix clustenm app and update datafiles
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmkrieger committed Oct 20, 2023
1 parent b401827 commit 6a78591
Show file tree
Hide file tree
Showing 4 changed files with 3,352 additions and 1 deletion.
3 changes: 2 additions & 1 deletion prody/apps/prody_apps/prody_clustenm.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ def prody_clustenm(pdb, **kwargs):

fitmap = kwargs.pop('fitmap')
map_cutoff = kwargs.pop('map_cutoff')
fitmap = prody.parseEMD(fitmap, min_cutoff=map_cutoff)
if fitmap is not None:
fitmap = prody.parseEMD(fitmap, min_cutoff=map_cutoff)

fit_resolution = kwargs.pop('fit_resolution')

Expand Down
Binary file added prody/tests/datafiles/1ake.mrc
Binary file not shown.
Loading

0 comments on commit 6a78591

Please sign in to comment.