Opened 9 years ago

Closed 9 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 Nicklas Nordborg, 9 years ago

Milestone: Reggie v2.19Reggie v2.18.1

comment:2 by Nicklas Nordborg, 9 years ago

Resolution: fixed
Status: newclosed

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

Note: See TracTickets for help on using tickets.