ispyb / ispyb-database-modeling

4 stars 3 forks source link

New column ScreeningOutput.alignmentSuccess? #18

Closed KarlLevik closed 6 years ago

KarlLevik commented 6 years ago

We were wondering if it would make sense to have a new column ScreeningOutput.alignmentSuccess? This would be similar to existing columns indexingSuccess and strategySuccess in the same table. Both these have datatype tinyint(1), so are basically booleans, and this is what we would like for alignmentSuccess as well.

This idea originated from @graeme-winter

What are your thoughts? @antolinos @stufisher @olofsvensson or others?

delageniere commented 6 years ago

It's ok for us. Could be a good idea for later on (with low priority) to refactor the Screening tables.

KarlLevik commented 6 years ago

https://github.com/ispyb/ISPyB/pull/307