Opened 14 years ago

Last modified 14 years ago

#1440 closed task

BaseFileSet file format — at Version 2

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: critical Milestone: BASE 2.15
Component: documentation Version:
Keywords: Cc:

Description (last modified by Nicklas Nordborg)

The BaseFileSet (BFS) file format is a new file format that is primarily intended to be used for passing data between BASE and external plug-ins. The intention is that it should complement the existing BASEfile format, which is sometimes hard to parse by external programs (for example R).

A secondary objective is that the BFS format should be re-usable in other use cases.

The main idea is to use multiple files:

  • A parameter/metadata file that contains information about what kind of data that is found in the other files.
  • Annotation files that contains additional information about various items, such as reporter, assays, etc.
  • One or more data files that contains the actual data.

The parameter/metadata file is structured in section with key/value pairs. The annotation files are simple tab-separated tables with configurable number of columns with varying data types. The data files are plain-matrix data files with no row or column headers.

This ticket is about documenting the file format for the various file types, generically and specifically for the plug-in execution use case. Working drafts should be attached to this ticket. The final BFS file format should be documented in the docbook documentation.

Change History (5)

comment:1 by Nicklas Nordborg, 14 years ago

Owner: changed from everyone to Nicklas Nordborg
Status: newassigned

comment:2 by Nicklas Nordborg, 14 years ago

Description: modified (diff)

by Nicklas Nordborg, 14 years ago

Attachment: bfs-generic-1.txt added

Generic specification of various file types in BFS

by Nicklas Nordborg, 14 years ago

Attachment: bfs-spotdata-import-1.txt added

Specification for BFS with spotdata that is imported to BASE

by Nicklas Nordborg, 14 years ago

Attachment: bfs-spotdata-export-1.txt added

Specification for BFS with spotdata that is exported from BASE

Note: See TracTickets for help on using tickets.