hmsiccbl / screensaver1

Screensaver Version 1 - End of life on December 1, 2018
GNU General Public License v2.0
3 stars 3 forks source link

Library screening form should validate the "volume xferred from library plates" against the "volume xferred from assay plates" #103

Open seanderickson opened 11 years ago

seanderickson commented 11 years ago

Not infrequent errors occur because these values are entered separately.
see https://github.com/hmsiccbl/informatics/issues/31

In the simple case, the following is the relationship:

replicates * volume_xferred_to_assay_plates (per replicate) == volume_xferred_from_library_plates (all replicates)

After consulting with screening room staff, it seems that these fields can be entered separately to allow for the use of intermediate plates to dilute small volumes before the final transfer to the final assay plates.

@JAS60