Skip to content

Commit

Permalink
Fix qttbx/viewers/__init__.py to find ChimeraX in python 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
terwill committed Mar 1, 2023
1 parent 5a1c3bb commit 8e33532
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions mmtbx/programs/process_predicted_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
# =============================================================================
class Program(ProgramTemplate):
description = '''
Process Predicted Model
Replace values in B-factor field with estimated B values.
Optionally remove low-confidence residues and split into domains.
Expand Down
3 changes: 1 addition & 2 deletions qttbx/viewers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@ def find_command(self, cmd=None, path=None):
f = os.path.join(p, cmd)
if os.path.isfile(f):
return f
else:
return None
return None

def start_viewer(self):
raise NotImplementedError
Expand Down

0 comments on commit 8e33532

Please sign in to comment.