NOTICE! This is a static HTML version of a legacy LOCI Software ticket.

LOCI projects are now located on GitHub. The Bio-Formats project can be found here.

Ticket #530 (closed defect: fixed)

Opened 2010-08-11T17:01:18-05:00

Last modified 2010-08-17T15:12:27-05:00

BD Pathway reader doesn't fully populate original metadata hashtable

Reported by: melissa Owned by: melissa
Priority: major Milestone: bio-formats-4.2.1
Component: bio-formats Severity: serious
Keywords: Cc: stevendflygare@…
Blocked By: Blocking:

Description

BD Pathway datasets have lots of metadata that can't be properly mapped to OME-XML; unfortunately, most of it isn't being stored as original metadata.

Change History

comment:1 Changed 2010-08-17T15:12:27-05:00 by melissa

  • Status changed from new to closed
  • Resolution set to fixed

(In [6805]) * Added convenience method to loci.common.IniList to flatten the IniTables into a HashMap.

  • Updated BDReader to store the contents of the metadata files in the original metadata hashtable. Closes #530.