Opened 11 years ago
Closed 11 years ago
#516 closed enhancement (fixed)
Include empty rows in list view of pool protocol
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Reggie v2.13 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
If the pools are from a single library plate the list view should include empty rows for wells that are not part of the pools. This should make the risk for mistakes in the lab less likely.
The plate view already has this feature.
The list view when the libraries are from multiple library plates should be without empty rows as before.
Note:
See TracTickets
for help on using tickets.
(In [2067]) Fixes #516: Include empty rows in list view of pool protocol
The fix uses the POOL_SCHEMA from the library plate to find out which wells that are part of the pool. Skipped wells are detected by the
createMissingRows
function. It's important that the ordering of rows is not changed.