Opened 16 years ago
Closed 16 years ago
#171 closed enhancement (fixed)
IBS raw data importer should be able to handle floats in some columns
Reported by: | Jari Häkkinen | Owned by: | Martin Svensson |
---|---|---|---|
Priority: | major | Milestone: | Illumina package v1.3 |
Component: | net.sf.basedb.illumina | Keywords: | |
Cc: |
Description
There are four columns in IBS files: Illumicode,N,Mean GRN,Dev GRN
The current importer implementation requires that the Mean GRN and Dev GRN columns are integers. The reason for this is that data generated by the Illumina scanner generates integers in these columns. However, if the IBS files comes from other sources then the mean and dev columns may be floats. I think we should support floats in these columns and the proposed change will not break the current functionality.
I have attached a sample file.
Attachments (1)
Change History (3)
by , 16 years ago
Attachment: | IlluminaFloat.data added |
---|
comment:1 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [943]) Fixes #171 IBS raw data importer should be able to handle floats in some columns