Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
Remove height and length from Plates object. This information can all be derived from the plate_form (and so far, for all objects in our database, there is a height of 8 and length of 12, and will be in the foreseeable future).
Any plate_form ending with 96 is height 8 length 12, and plate_form ending with 384 is height 16 length 24, any plate_form ending with 8 is height 8 length 1, and microcentrifuge2ml is height 1 length 1. These can all be hard coded, and used wherever height and length are currently used. This should simplify the importation of plates, and make it less error prone for users.
Describe alternatives you've considered
Anything else?
Didn't want to add these into another pull request because I generally don't want to do any model updates until I get more familiar with deployment methods.
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
Remove height and length from Plates object. This information can all be derived from the plate_form (and so far, for all objects in our database, there is a height of 8 and length of 12, and will be in the foreseeable future).
Any
plate_formending with 96 is height 8 length 12, andplate_formending with 384 is height 16 length 24, anyplate_formending with 8 is height 8 length 1, and microcentrifuge2ml is height 1 length 1. These can all be hard coded, and used wherever height and length are currently used. This should simplify the importation of plates, and make it less error prone for users.Describe alternatives you've considered
Anything else?
Didn't want to add these into another pull request because I generally don't want to do any model updates until I get more familiar with deployment methods.