FastqPuri
Functions | Variables
makeTree.c File Reference

makeTree main function More...

#include <stdlib.h>
#include <stdio.h>
#include <time.h>
#include "defines.h"
#include "fa_read.h"
#include "tree.h"
#include "init_makeTree.h"
Include dependency graph for makeTree.c:

Functions

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

Variables

uint64_t alloc_mem = 0
 
Iparam_makeTree par_MT
 

Detailed Description

makeTree main function

Author
Paula Perez paula.nosp@m.pere.nosp@m.zrubi.nosp@m.o@gm.nosp@m.ail.c.nosp@m.om
Date
23.08.2017 This file contains the makeTree main function. It reads a fasta file, constructs a 4-tree of depth L and stores it compressed 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_MT

global variable: Input parameters of makeTree.