#1366 closed enhancement (fixed)
Manual transform creator should have option to import data from BASEfile:s
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | BASE 2.14 |
Component: | coreplugins | Version: | |
Keywords: | Cc: |
Description
If a manual transform generates either a serial or matrix BASEfile there should be an option for importing the data into the database.
This ticket depends on #1365.
Change History (4)
comment:1 Changed 12 years ago by
Owner: | changed from everyone to Nicklas Nordborg |
---|---|
Status: | new → assigned |
comment:2 Changed 12 years ago by
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 Changed 12 years ago by
Note: See
TracTickets for help on using
tickets.
Hmmm... there is an unexpected problem. The importer created in #1365 was designed for the kind of BASEfile:s generated by the
Base1PluginExecuter
. TheBaseFileExporter
plug-in generates slightly different files. The major difference is the column names which are more BASE 2-ish. Eg. Ch 1 instead of intensity1, etc. This makes it impossible to the use the manual transform plug-in without having to manually edit the column names in the generated BASEfile.A small redesign of the new importer implementation is needed so that we can support user configuration of column names.