#562 closed enhancement (fixed)
Re-design clustering and sequencing startup wizards
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | critical | Milestone: | Reggie v2.15 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
While working on the secondary analysis wizards (#545 and #546) it became clear that the existing wizards for clustering and sequencing startup need to be modified.
The main issue is that flow cells are not sequenced in pairs. Even if two flow cells are started at the same time, it is considered as two separate sequencing runs (which could have started several days apart). This means that the information (such as start date, run number, etc) can be different and the flow cells can't be grouped together in a single SequencingRun
item in BASE.
Another issue is that a flow cell may be re-sequenced. If the 'first base report' is not good there is sometimes a possibility to start a second SequencingRun
for the flow cell. The first try should then be registered as failed. In this case the clustering is not so this means that the 'Register clustering and sequencing startup' wizard need to be split in one wizard for the clustering and one wizard for the sequencing start up (which can be run multiple times for the same flow cell, but the 'Register sequencing ended' should set a flag first).
The new 'Register sequencing startup' wizard should be based on information in the runParameters.xml
file which contain most of the information that is today entered manually in the existing wizard (eg. flow cell barcode, position, start date, etc).
A result of these changes is that the data that is currently registered is not what we want. A manual procedure is requried to be able to use the new wizards with the existing data and then remove old items that are no longer needed.
Change History (12)
comment:1 by , 11 years ago
Status: | new → assigned |
---|
comment:2 by , 11 years ago
comment:3 by , 11 years ago
(In [2202]) References #562: Re-design clustering and sequencing startup wizards
Started to split the "Register clustering and sequencing startup" wizard. The existing registration has been modified to only register clustering information. It has support for registering 1 or 2 flow cells at the same time, but if not the date, operator is the same each flow cell must be separately registered.
comment:4 by , 11 years ago
comment:5 by , 11 years ago
(In [2224]) References #562: Re-design clustering and sequencing startup wizards
First version of a new 'sequencing startup' wizard. The wizard get most of the required information from the 'runParameters.xml' file that is created by the HiSeq. The intention is that the registration should be done immediately after the sequencing has started, but it should work to register already finished sequencing runs as well. There is a check so that the same sequencing run is not registered twice (defined by output folder for data files).
A SequencingRun
item now always linked to a single FlowCell
, but due to restarts a FlowCell
may have more than one SequencingRun
. If a flow cell is restarted and this results in a new data file folder is created, the wizard should (must!) be used twice.
This update also shifts around some annotations:
HiSeqPosition
: Moved fromFlowCell
toSequencingRun
.SequencingCycles
: Also used onSequencingRun
(parsed from 'runParameters.xml'). The value onFlowCell
is manually entered in the design phase.SequencingRunNumber
: Parsed from 'runParameters.xml' and stored withSequencingRun
.DataFilesFolder
: Parsed from 'runParameters.xml' and stored withSequencingRun
.
comment:6 by , 11 years ago
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 [2201]) References #562: Re-design clustering and sequencing startup wizards
New version of the lab protocol. Both the clustering and sequencing sections are now separate for both flow cells. Added fields to the sequencing section for recording first base report, turnaround and end date+time.