Skip to content

Commit

Permalink
refmac pdb fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ccp4 committed Jun 14, 2019
1 parent 9854a10 commit 0bd3130
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ample/util/pyrvapi_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,8 @@ def results_section(self, results_tab_id, mrb_results, ensemble_results, section
data_refmac = "data_refmac_out_{0}".format(name) + uid
pyrvapi.rvapi_add_data(data_refmac,
"REFMAC PDB",
os.path.splitext(self.fix_path(r['REFMAC_pdbout']))[0],
#os.path.splitext(self.fix_path(r['REFMAC_pdbout']))[0],
self.fix_path(r['REFMAC_pdbout']),
"xyz",
sec_refmac,
2, 0, 1, 1, True)
Expand Down

0 comments on commit 0bd3130

Please sign in to comment.