FastqPuri
|
buffer fq output, write summary file More...
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "io_trimFilter.h"
#include "defines.h"
Functions | |
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 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
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
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 |