Opened 17 years ago

Closed 17 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 by Johan Enell, 17 years ago

I would do a query that look something like this.

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

comment:2 by Johan Enell, 17 years ago

Status: newassigned

comment:3 by Johan Enell, 17 years ago

Resolution: fixed
Status: assignedclosed

(In [3613]) Fixes #673

Note: See TracTickets for help on using tickets.