Opened 8 years ago
Closed 8 years ago
#710 closed defect (fixed)
Flow cells can be counted multiple times for 'Register sequencing started'
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | Reggie v2.18.1 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
The counter next to the 'Register sequencing started' wizard can count some flow cells multiple times.
It seems like this happens only if the flow cell has been flagged with 'FirstBaseReportFailed?' (to indicate that it should be restarted) and that it already has more than one child SequencingRun
item.
Change History (2)
comment:1 Changed 8 years ago by
Milestone: | Reggie v2.19 → Reggie v2.18.1 |
---|
comment:2 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [3024]) Fixes #710: Flow cells can be counted multiple times for 'Register sequencing started'
The query needed to 'distinct' due to the join to
SequencingRun
items which return one hit for each sequencing run for the flow cell.