Opened 11 years ago

Closed 10 years ago

Last modified 10 years ago

#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 Nicklas Nordborg)

This wizard is used to register that a set of flow cells have been clustered and sequencing has started (unless the clustering failed).

See also #501 and #502.

Change History (20)

comment:1 by Nicklas Nordborg, 11 years ago

Status: newassigned

comment:2 by Nicklas Nordborg, 11 years ago

Milestone: Reggie v2.12Reggie v2.13

comment:3 by Nicklas Nordborg, 11 years ago

(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.

Last edited 11 years ago by Nicklas Nordborg (previous) (diff)

comment:4 by Nicklas Nordborg, 11 years ago

Description: modified (diff)
Priority: majorcritical

comment:5 by Nicklas Nordborg, 10 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 Nicklas Nordborg, 10 years ago

(In [2049]) References #481: Register prepared flow cells

The wizard now creates a SequencingRunNNNN (derived bioassay) item and link the flow cells to it. The SequencingStartDate and SequencingOperator are added as annotation to the derived bioassay.

comment:7 by Nicklas Nordborg, 10 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 Nicklas Nordborg, 10 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 Nicklas Nordborg, 10 years ago

(In [2060]) References #481: Register prepared flow cells

Added HiSeqPosition annotation to the reggie installation and to the registration wizard.

comment:10 by Nicklas Nordborg, 10 years ago

(In [2062]) References #481 and #501. If 'Flow cell ID' is already known for a flow cell, print it on the lab protocol and pre-fill the registration form.

comment:11 by Nicklas Nordborg, 10 years ago

(In [2064]) References #481: Register prepared flow cells

Changed orientation of the HiSeq position/ReadString table.

comment:12 by Nicklas Nordborg, 10 years ago

(In [2068]) References #481: Register prepared flow cells

Disabled the 'failed' option before beta release since it is not yet fully implemented.

comment:13 by Nicklas Nordborg, 10 years ago

(In [2070]) References #481: Register prepared flow cells

Duplicate the entered 'Flow cell ID' values on the third step to avoid registration mistakes. Check that the same 'Flow cell ID' is not entered into both fields.

comment:14 by Nicklas Nordborg, 10 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 Nicklas Nordborg, 10 years ago

(In [2079]) References #481: Register prepared flow cells

Allow registration of different cluster dates/operator on two flow cells. Added ClusterStart and ClusterOperator annotations to flow cells.

comment:16 by Nicklas Nordborg, 10 years ago

(In [2089]) References #481: Register prepared flow cells

Replaces ReadString with SequencingCycles.

comment:17 by Nicklas Nordborg, 10 years ago

(In [2094]) References #481 and #501. Make selection of flow cells easier by including the names of the pools in the selection list.

comment:18 by Nicklas Nordborg, 10 years ago

Resolution: fixed
Status: assignedclosed

comment:19 by Nicklas Nordborg, 10 years ago

(In [2107]) References #481 and #501. Adding support for registering which cBot that was used when clustering.

comment:20 by Nicklas Nordborg, 10 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).

Note: See TracTickets for help on using tickets.