Opened 13 years ago
Closed 13 years ago
#364 closed task (fixed)
Put RNA aliquots on bioplate to be used by the Caliper machine
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | critical | Milestone: | Reggie v2.4 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
The Caliper machine takes 8x12 plates for batch processing 96 extracts at a time. Aliquots are put on the plate at regular intervals, and it will usually take a couple of weeks to fill up a plate.
We need a reggie wizard that is able to pick RNA extracts that has not yet been processed and put aliquots on the current plate or on a new plate. New plates should automatically be generated with a naming convention and a running number.
Each use of the wizard should generate a "bioplate event" with protocol information, dates, etc. Used quantity can be different for each processed RNA extract and there may also be other values that need to be entered for each aliquot.
It is also possible that external RNA is used on the plate. Since we don't have any information about that in the BASE installation the wizard must allow "empty" wells on the plate.
The general outline of the wizard is:
- Show a list of unprocessed RNA and allow the user to select which one to process in this event. An advanced mode should also allow the user to select already processed RNA since the procedure may have to be repeated a second or third time.
- Let the user select an existing plate or create a new plate to use in this event.
- For each selected RNA, allow the user to select position and other values. There should be a function that can suggest default positions, but it must be possible to override by the user.
- Save everything to BASE.
Change History (15)
comment:1 by , 13 years ago
Status: | new → assigned |
---|
comment:2 by , 13 years ago
comment:3 by , 13 years ago
comment:4 by , 13 years ago
(In [1551]) References #364: Put RNA aliquots on bioplate to be used by the Caliper machine
Add option for 'HiSense' to each aliquot. Use 'NDConc' value for automatic default checked/unchecked. Need to get information about the limiting value that should be used (currently hard-coded at 50ng/μl).
The wizard can now handle the case were no protocol can be found.
comment:5 by , 13 years ago
comment:6 by , 13 years ago
comment:7 by , 13 years ago
comment:8 by , 13 years ago
comment:9 by , 13 years ago
comment:10 by , 13 years ago
comment:11 by , 13 years ago
comment:12 by , 13 years ago
comment:13 by , 13 years ago
The wizard should check that a position on the plate is not used more than once while the form is filled. Currently the check is done when the Create
button is pressed.
comment:14 by , 13 years ago
(In [1615]) References #364: Put RNA aliquots on bioplate to be used by the Caliper machine
There is now a check for duplicate positions after each coordinate has been entered. The suggestion algorithm is now also taking the actually used positions into account instead of simply assuming that everything is filled in order.
comment:15 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [1543]) References #364: Put RNA aliquots on bioplate to be used by the Caliper machine
Main features of the wizard has been implemented. Lots of minor details and error handling is not yet implemented.