Changes between Initial Version and Version 3 of Ticket #388
- Timestamp:
- May 22, 2012, 11:24:22 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #388
- Property Status new → closed
- Property Resolution → fixed
- Property Summary Lysate wizard → Lysate/Qiacube/NanoDrop lab tracking protocol
-
Ticket #388 – Description
initial v3 1 1 The partition wizard create `Lysate` items in BASE, but in reality those items are not created until later, just before the Qiacube/Nanodrop step (see #386). The information from this step should be recorded with the Qiacube/Nanodrop wizard, but we need to create a printable lab protocol before starting the entire process. 2 2 3 So, th ewizard should automatically select the next 12 `Lysate` items which have not yet been processed. This can be done by a filter on `Lysate` items without any `created` date and sort by bioplate and position (rows first).3 So, this wizard should automatically select the next 12 `Lysate` items which have not yet been processed. This can be done by a filter on `Lysate` items without any `created` date and sort by bioplate and position (rows first). 4 4 5 5 A printable form is then generated that include operator, date, the 12 extracts and their bioplate positions and the suggested position in the Qiacube machine (1-12). 6 6 7 The suggested date is stored as the `created` date for the `Lysate` items preventing them from appearing in the wizard again. 7 ~~The suggested date is stored as the `created` date for the `Lysate` items preventing them from appearing in the wizard again.~~ We just use this wizard to generate the lab protocol. In case there are any problems with the printer it would be a bit messy to revert the dates before trying to print again. 8 9