#237 closed Request (fixed)
Add support for MicroRNA BGX files to reporter importer
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Illumina package v1.4 |
Component: | net.sf.basedb.illumina | Keywords: | |
Cc: |
Change History (3)
comment:1 by , 15 years ago
Milestone: | Illumina package v1.x → Illumina package v1.4 |
---|---|
Status: | new → assigned |
Summary: | Add support for MicroRNA BGX files to reporter and feature importer → Add support for MicroRNA BGX files to reporter importer |
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 by , 15 years ago
The importer imports data from the [Probes] and [Controls] section. The other sections, [ControlGraphs] and [ControlBars], doesn't seem to have reporter data and are ignored.
Note:
See TracTickets
for help on using tickets.
The feature importer should already be able to handle the MicroRNA BGX files. It only cares about the Probe_ID and Array_Address_Id columns and ignores all other columns.
The problem with the BGX reporter importer stems from the
BgxMergeControlsInputStream
class which merges reporter information for rows that have duplicated the Probe_Id from another row. I think this code could be generalized a bit:The first two points are more or less the same as in the current code. The third point is currently hardcoded to require 4 additional columns (Reporter_Group_Name, Reporter_Group_Id, Reporter_Composite_Map and Probe_Sequence).