ReliaSolve / cctbx_project

Computational Crystallography Toolbox
https://cctbx.github.io
Other
0 stars 0 forks source link

Probe2 and Reduce2 use text-file-writing function #213

Closed russell-taylor closed 2 years ago

russell-taylor commented 2 years ago

Data Manager has a write text file function that will prevent accidental overwrite, use in probe2 when writing the output file and in reduce2 when writing the description file to avoid overwriting.

iotbx/data_manager/init.py: def _write_text function

The "datatype" field can be any text. It's just for tracking the datatype, like "model” or "miller_array” or any standard DataManager data types.

russell-taylor commented 2 years ago

Added in probe2.

russell-taylor commented 2 years ago

Added in Reduce2