Ticket #1451 (closed task: fixed)
Implement BFS importer for spot data
| Reported by: | nicklas | Owned by: | nicklas |
|---|---|---|---|
| Priority: | critical | Milestone: | BASE 2.15 |
| Component: | coreplugins | Version: | |
| Keywords: | Cc: |
Description
The implementation of the plug-in should build on/use the generic parsers that are implemented as part of #1444.
This ticket in itself can also be split in two parts. First, a working import implementation (not a plug-in) is created, then a plug-in is created that uses the importer.
Change History
comment:1 Changed 2 years ago by nicklas
- Status changed from new to assigned
- Owner changed from everyone to nicklas
comment:2 Changed 2 years ago by nicklas
(In [5227]) References #1451: Implement BFS importer for spot data
First version of the importer. It can import serial/matrix BFS with data in the same datacube. There is code also for remapping position/reporter and parents assays into a new datacube, but the test code needs to be extended with those two cases. I have currently "hijacked" the BASEfile exporter test case for both the BFS export and import tests.
I am thinking that maybe we need a better way to handle complex tests like this since it is rally hard for every test case to setup a complete experiment of it's own.
comment:9 Changed 2 years ago by nicklas
- Status changed from assigned to closed
- Resolution set to fixed
The importer can now import spot data and extra files. Support for other types of data (extra values, reporter lists, etc.) are added when needed by a plug-in use-case. New tickets should be created for this.
