Ticket #1448 (closed task: fixed)

Opened 3 months ago

Last modified 6 days ago

Implement BFS exporter for spot data

Reported by: nicklas Owned by: nicklas
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

Changed 3 months ago by nicklas

  • status changed from new to assigned

Changed 3 months ago by nicklas

(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.

Changed 2 months ago by nicklas

(In [5209]) References #1448: Implement BFS exporter for spot data

First version of the exporter. It is limited to save the files in a directory in the BASE file system and needs more error handling. Assay annotations are not yet supported.

Changed 2 months ago by nicklas

(In [5210]) References #1448: Implement BFS exporter for spot data

Changes that should have been included in [5209] but for some reason wasn't. I'm sorry if anyone has had compilation problems...

Changed 2 months ago by nicklas

(In [5211]) References #1448: Implement BFS exporter for spot data

Added experimental factors as assay fields.

Changed 2 months ago by nicklas

(In [5213]) References #1448: Implement BFS exporter for spot data

The exporter now uses the new file name generation implementations. Added parameter in the plug-in to let the user select a file naming strategy.

Changed 2 months ago by nicklas

(In [5214]) References #1448: Implement BFS exporter for spot data

Renamed the plug-in to make it consistent with the naming of other classes.

Changed 2 months ago by nicklas

(In [5219]) References #1448: Implement BFS exporter for spot data

Added possibility to export to a zip file.

Changed 8 weeks ago by nicklas

(In [5223]) References #1448: Implement BFS exporter for spot data

Corrected a problem with the exporter that caused the first position to be missing from the rdata file.

Changed 6 weeks ago by nicklas

  • status changed from assigned to closed
  • resolution set to fixed

The exporter seems to be working.

Changed 6 days ago by nicklas

(In [5269]) References #1448: Implement BFS exporter for spot data

Fixed an issue with progress report intervals not being consistent.

Note: See TracTickets for help on using tickets.