Opened 15 years ago

Closed 15 years ago

#1160 closed defect (fixed)

MeV export: Base1 style column headers should be changed to BASE 2 style

Reported by: Jari Häkkinen Owned by: Jari Häkkinen
Priority: major Milestone: BASE 2.9
Component: coreplugins Version:
Keywords: Cc:

Description

The three first column headers in MeV export uses Base1 names. These should be changed. This is a straighforward change of line

source:/trunk/src/plugins/core/net/sf/basedb/plugins/BioAssaySetExporter.java@4604#L641

to

out.write("id\texternalId\tsymbol");

Change History (2)

comment:1 by Jari Häkkinen, 15 years ago

Status: newassigned

comment:2 by Jari Häkkinen, 15 years ago

Resolution: fixed
Status: assignedclosed

(In [4659]) Fixes #1160.

Note: See TracTickets for help on using tickets.