#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 by , 15 years ago
Status: | new → assigned |
---|
comment:2 by , 15 years ago
comment:3 by , 15 years ago
comment:4 by , 15 years ago
comment:5 by , 15 years ago
comment:6 by , 15 years ago
comment:7 by , 15 years ago
comment:8 by , 15 years ago
comment:9 by , 15 years ago
comment:10 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
The exporter seems to be working.
comment:11 by , 15 years ago
comment:12 by , 15 years ago
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.