Opened 11 years ago
Closed 11 years ago
#545 closed task (fixed)
Register sequencing as ended
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Reggie v2.15 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description (last modified by )
Part of #533.
This wizard should be the last wizard in the "Library preparation wizards" section. It can be used by users with the LibraryPrep
role.
The purpose of the wizard is to register the end of a sequencing run. The wizard should show SequencingRun
items that has a SequencingStart
date annotation but no SequencingEnd
annotation.
At this step we should register the following information on the SequencingRun
item:
SequencingTurnAround
: DateTime annotationSequencingEnd
: DateTime annotation- Comments: Description column
- Comments per flow cell??
No decisions about how successful or not the sequencing was is made at this step.
Change History (11)
comment:1 by , 11 years ago
Description: | modified (diff) |
---|
comment:2 by , 11 years ago
Description: | modified (diff) |
---|
comment:3 by , 11 years ago
comment:4 by , 11 years ago
comment:5 by , 11 years ago
(In [2225]) References #545: Register sequencing as ended
New version of the 'sequencing ended' wizard. Added an option to specify if first base report failed. If so, the 'sequencing startup' wizard is enabled again for the flow cell. Other changes are mostly related to that there is only a single parent FlowCell for each SequencingRun.
(Incorrectly referenced #533 in commit message)
comment:6 by , 11 years ago
Status: | new → assigned |
---|
comment:7 by , 11 years ago
comment:8 by , 11 years ago
comment:9 by , 11 years ago
comment:10 by , 11 years ago
comment:11 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [2197]) References #545: Register sequencing as ended
The wizard should now be usable.