FastqPuri
Functions | Variables
makeBloom.c File Reference

makeBloom main function More...

#include <stdlib.h>
#include <stdio.h>
#include <time.h>
#include <math.h>
#include "defines.h"
#include "fa_read.h"
#include "bloom.h"
#include "init_makeBloom.h"
Include dependency graph for makeBloom.c:

Functions

int main (int argc, char *argv[])
 makeTree main function
 

Variables

uint64_t alloc_mem = 0
 
Iparam_makeBloom par_MB
 

Detailed Description

makeBloom main function

Author
Paula Perez paula.nosp@m.pere.nosp@m.zrubi.nosp@m.o@gm.nosp@m.ail.c.nosp@m.om
Date
05.09.2017 This file contains the makeBloom main function. It reads a fasta file, constructs a bloom filter and stores it in a file. See README_makeTree.md for more details.

Variable Documentation

◆ alloc_mem

uint64_t alloc_mem = 0

global variable. Memory allocated in the heap.

◆ par_MB

global variable: Input parameters of makeTree.