Opened 5 years ago

Closed 5 years ago

#1163 closed defect (fixed)

Start demux wizard may display the same sequencing run multiple times if it is marked for re-process

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: minor Milestone: Reggie v4.23
Component: net.sf.basedb.reggie Keywords:
Cc:

Description

This seems to happen if a sequencing run has already been demuxed more than once. If it is marked for re-processing it will appear multiple times in the list of sequencing runs. It seems like it is repeated as many times as there are child demuxed items.

Selecting one of the entries and starting the demux makes all entries go away.

Change History (1)

comment:1 by Nicklas Nordborg, 5 years ago

Resolution: fixed
Status: newclosed

In 5533:

Fixes #1163: Start demux wizard may display the same sequencing run multiple times if it is marked for re-process

Replaced the "left join" in the query with a "size(children)" expression instead.

Note: See TracTickets for help on using tickets.