buffer fq output, write summary file
More...
#include <stdio.h>
#include "defines.h"
Go to the source code of this file.
|
void | buffer_output (FILE *fout, const char *a, const int len, const int fd_i) |
| buffers the output before writing to disk, writes out summary More...
|
|
void | write_summary_TF (Stats_TF tf_stats, char *filename) |
| writes stats of filtering to summary file (binary)
|
|
buffer fq output, write summary file
- Author
- Paula Perez paula.nosp@m.pere.nosp@m.zrubi.nosp@m.o@gm.nosp@m.ail.c.nosp@m.om
- Date
- 29.08.2017
◆ buffer_output()
void buffer_output |
( |
FILE * |
fout, |
|
|
const char * |
str, |
|
|
const int |
len, |
|
|
const int |
fd_i |
|
) |
| |
buffers the output before writing to disk, writes out summary
- Parameters
-
fout | FILE pointer where we might write to disk; |
str | string we want to add |
len | length of the string we want to add |
fd_i | identifier: GOOD, ADAP, CONT, LOWQ, NNNN |