Opened 10 years ago
Closed 10 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 Changed 10 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 10 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 10 years ago by
comment:4 Changed 10 years ago by
comment:5 Changed 10 years ago by
(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 Changed 10 years ago by
Status: | new → assigned |
---|
comment:7 Changed 10 years ago by
comment:8 Changed 10 years ago by
comment:9 Changed 10 years ago by
comment:10 Changed 10 years ago by
comment:11 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [2197]) References #545: Register sequencing as ended
The wizard should now be usable.