ispyb / ispyb-database-modeling

4 stars 3 forks source link

Add 'groupName' to the PhasingStep table and 'input' to PhasingStepAttachment #37

Closed olofsvensson closed 5 years ago

olofsvensson commented 5 years ago

We would like to make to changes related to storing phasing results in ISPyB:

  1. A new column 'groupName' (varchar(45)) in the PhasingStep table. The idea is to be able to link with group names entered in the Structure table.

  2. A new column 'input' (boolean) in the PhasingProgramAttachment table. The idea is to be able to store the input PDBs used for phasing into the database / pyarch and to distinguish these PDBs from the result PDBs.

We are well aware that this proposition is in conflict with #32, however, we would like to do this change rapidly in order to get this functinality deployed before our long shutdown on December 10th. During our long shutdown we can then deal with #32.

olofsvensson commented 5 years ago

Deployed.