Opened 16 years ago

Closed 16 years ago

#673 closed defect (fixed)

BioAssayExporter basefile: Wrong count in section spots

Reported by: Johan Enell Owned by: Johan Enell
Priority: major Milestone: BASE 2.4
Component: coreplugins Version: trunk
Keywords: Cc:

Description

The header count is wrong in section spots when a matrix is exported. When exporting 'per position' the count should be the number of position/reporter pairs and when exporting 'merge on reporter' it should be the number of reporters.

Change History (3)

comment:1 Changed 16 years ago by Johan Enell

I would do a query that look something like this.

SELECT count(DISTINCT bas.`position`, bas.`reporter`)
FROM `bioassayset` bas

comment:2 Changed 16 years ago by Johan Enell

Status: newassigned

comment:3 Changed 16 years ago by Johan Enell

Resolution: fixed
Status: assignedclosed

(In [3613]) Fixes #673

Note: See TracTickets for help on using tickets.