Skip to content

Commit

Permalink
print statement removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Simkovic committed Aug 10, 2017
1 parent a851011 commit e8d1007
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ample/util/benchmark_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,7 @@ def analyseSolution(amoptd, d, origin_finder='shelxe'):

# Move pdb onto new origin
originPdb = ample_util.filename_append(mrPdb, astr='offset',directory=fixpath(amoptd['benchmark_dir']))
#print(mrPdb, originPdb, mrOrigin)
pdb_edit.translate(mrPdb, originPdb, mrOrigin)

# offset.pdb is the mrModel shifted onto the new origin use csymmatch to wrap onto native
Expand Down

0 comments on commit e8d1007

Please sign in to comment.