#481 closed task (fixed)
Register prepared flow cells
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | critical | Milestone: | Reggie v2.13 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description (last modified by )
Change History (20)
comment:1 by , 11 years ago
Status: | new → assigned |
---|
comment:2 by , 11 years ago
Milestone: | Reggie v2.12 → Reggie v2.13 |
---|
comment:4 by , 11 years ago
Description: | modified (diff) |
---|---|
Priority: | major → critical |
comment:5 by , 11 years ago
(In [2031]) References #481: Register prepared flow cells
Added fields for "FlowCellID", "ReadString" and sequence start date/operator when registering flow cells. But so far, only some of the information is saved in the database.
Not sure if we should introduce a DERIVEDBIOASSAY to represent the sequencing already at this point. If so, it would make sense to register the start date and operator on this item instead of on the flow cells.
Failure to cluster a flow cell is also not handled vere well at the moment.
comment:6 by , 11 years ago
comment:7 by , 11 years ago
(In [2057]) References #481: Register prepared flow cells
Added support for registering the HiSeq used for sequencing. Actual hardware items must be created by the server administrator with the subtype 'Sequencer'. Automatic selection follow the same pattern as for protocols, eg. the last added item which is set as 'project default' is the default choice.
comment:8 by , 11 years ago
(In [2059]) References #481: Register prepared flow cells
Re-organized the registration wizard. There are now three steps instead of two. The first step is the same for selecting flow cells. The second step is for clustering information. The third step is for sequence startup information and is skipped if the 'Failed' option is selected.
Comments in the clustering step can now be made per flow cell.
A protocol can now be specified for the sequencing step.
comment:9 by , 11 years ago
comment:10 by , 11 years ago
comment:11 by , 11 years ago
comment:12 by , 11 years ago
comment:13 by , 11 years ago
comment:14 by , 11 years ago
(In [2077]) References #481: Register prepared flow cells
Implemented support for registering a failed clustering. The pools on the flow cells are flagged with ClusteringFailed
annotation and put into the Flagged PooledLibrary
biomaterial list. The "Create flow cells" wizard has been modified to ignore flagged pools unless they also have been annotated with AutoProcess=ReProcess
.
comment:15 by , 11 years ago
comment:16 by , 11 years ago
comment:17 by , 11 years ago
comment:18 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:19 by , 11 years ago
comment:20 by , 11 years ago
(In [2109]) References #502 and #481.
Added PooledLibraryAliquot
subtype which must be used by the intermediary aliquots connecting flow cells with pooled libraries. This is required so that we can maintain an unbroken link of related subtypes. The previous version linked FlowCell
directly to PooledLibrary
which was incorrect.
The registration wizard now also sets the creation date for the aliquots to the ClusterDate
.
Existing aliquot items should be updated manually or by a batch importer to set subtype=PooledLibraryAliquot
and creation date=ClusterDate
(taken from the flow cell the aliquot is used on).
(In [2020]) References #481: Register prepared flow cells
Preliminary wizards for flow cell creation and registration.
NOTE! Part of this work belong to #502 but that ticket wasn't created until later.