#include "log.h"
#include "format.h"
#include "linestream.h"
#include "common.h"
#include "bits.h"
#include "mrf.h"
Go to the source code of this file.
Functions | |
int | getReadLength (MrfRead *currRead) |
Compute and return the length of the read. | |
void | mrf_addNewColumnType (char *columnName) |
Add a new column type. | |
void | mrf_deInit (void) |
Deinitialize the mrf module. | |
void | mrf_init (char *fileName) |
Initialize the module module from a file. | |
void | mrf_initFromPipe (char *cmd) |
Initialize the module from a command. | |
MrfEntry * | mrf_nextEntry (void) |
Returns a pointer to next MrfEntry. | |
Array | mrf_parse (void) |
Returns an Array of MrfEntries. | |
char * | mrf_writeEntry (MrfEntry *currEntry) |
Write an MrfEntry. | |
char * | mrf_writeHeader (void) |
Write the mrf header preceeded by comments, if any. |
Definition in file mrf.c.
void mrf_addNewColumnType | ( | char * | columnName | ) |
void mrf_init | ( | char * | fileName | ) |
void mrf_initFromPipe | ( | char * | cmd | ) |
MrfEntry* mrf_nextEntry | ( | void | ) |
Array mrf_parse | ( | void | ) |
Returns an Array of MrfEntries.
char* mrf_writeEntry | ( | MrfEntry * | currEntry | ) |
char* mrf_writeHeader | ( | void | ) |
Write the mrf header preceeded by comments, if any.