Opened 10 years ago
Closed 10 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 by , 10 years ago
Milestone: | Reggie v2.19 → Reggie v2.18.1 |
---|
comment:2 by , 10 years ago
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.