Opened 15 years ago
Closed 15 years ago
#1124 closed defect (fixed)
Base1PluginExecuter fails to import lines with empty fields
Reported by: | Jari Häkkinen | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | critical | Milestone: | BASE 2.8.2 |
Component: | coreplugins | Version: | |
Keywords: | Cc: |
Description
I have problems importing BASEFiles that are a mix of serial and matrix formats. The first part is serial assays and in the end many assays are in matrix format. When the matrix contains empty fields the importer part of Base1PluginExecuter fails skipping the rest of the line with empty fields.
Change History (8)
comment:1 Changed 15 years ago by
Status: | new → assigned |
---|
comment:2 Changed 15 years ago by
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 Changed 15 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
There is also a similar problem with extra values being skipped if there are empty (or non-numeric) intensity values.
comment:5 Changed 15 years ago by
Owner: | changed from Jari Häkkinen to Nicklas Nordborg |
---|---|
Status: | reopened → new |
comment:6 Changed 15 years ago by
Status: | new → assigned |
---|
comment:7 Changed 15 years ago by
comment:8 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [4529]) Addresses #1124. The index counter was not updated properly for number format exceptions.