Opened 11 years ago
Closed 11 years ago
#546 closed task (fixed)
Confirm sequencing as completed
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Reggie v2.15 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
Part of #533.
This is the first wizard in the "Secondary analysis wizards" section. It can be used by users with the SecondaryAnalysis
role.
The purpose of the wizard is to decide if the sequenced data is ok or not. If ok, continue with demuxing, otherwise flag pools for re-sequencing.
The wizard should show SequencingRun
items that has a SequencingEnd
date annotation but no SequencingResult
annotation.
At this step we should register the following information on the SequencingRun
item:
SequencingResult
: Enumeration (Success, Failed)- Comments: Description column
- Failed lanes: Multi-valued integer annoation???
If it is decided that the sequencing was not successful, flag PooledLibrary
items with Flag=SequencingFailed
, otherwise continue with the demux and merge wizard.
Change History (8)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Status: | new → assigned |
---|
comment:3 by , 11 years ago
(In [2228]) References #546: Confirm sequencing as completed
New version of the 'confirm sequencing' wizard. Introduced a new annotation SequencingConfirmed
(boolean) to fix the issue with sequencing runs not showing up for confirmation if FirstBaseReportFailed
was set in the 'sequencing ended' wizard.
comment:4 by , 11 years ago
comment:5 by , 11 years ago
comment:6 by , 11 years ago
comment:7 by , 11 years ago
comment:8 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [2226]) References #546: Confirm sequencing as completed
First version of 'Confirm sequencing completed' wizard. It's really simple. After selecting if a sequencing failed or succeeded there is a field for comments and a possibility to mark individual lanes as failed (if the sequencing was otherwise successful).