#1448 closed task (fixed)
Implement BFS exporter for spot data
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | critical | Milestone: | BASE 2.15 |
Component: | coreplugins | Version: | |
Keywords: | Cc: |
Description
This ticket is about implementing the plug-in for exporting bioassay set data in BFS format. A description of the file format is found in #1440. The implementation of the plug-in should build on/use the generic writers that are implemented as part of #1444.
This ticket in itself can also be split in two parts. First, a working export implementation (not a plug-in) is created, then a plug-in is created that uses the exporter. This is similar to how the BASEfile export and plug-in was setup as part of #742.
Change History (12)
comment:1 Changed 14 years ago by
Status: | new → assigned |
---|
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
comment:4 Changed 14 years ago by
comment:5 Changed 14 years ago by
comment:6 Changed 14 years ago by
comment:7 Changed 14 years ago by
comment:8 Changed 14 years ago by
comment:9 Changed 14 years ago by
comment:10 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
The exporter seems to be working.
comment:11 Changed 14 years ago by
comment:12 Changed 13 years ago by
Note: See
TracTickets for help on using
tickets.
(In [5199]) References #1448: Implement BFS exporter for spot data
The exporter implementation should now be usable and it should be possible to start implementating the plug-in that will use this export.