FastqPuri
init_trimFilterDS.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (C) 2017 by Paula Perez Rubio *
3  * *
4  * This file is part of FastqPuri. *
5  * *
6  * FastqPuri is free software: you can redistribute it and/or modify *
7  * it under the terms of the GNU General Public License as *
8  * published by the Free Software Foundation, either version 3 of the *
9  * License, or (at your option) any later version. *
10  * *
11  * FastqPuri is distributed in the hope that it will be useful, *
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
14  * GNU General Public License for more details. *
15  * *
16  * You should have received a copy of the GNU General Public License *
17  * along with FastqPuri. *
18  * If not, see <http://www.gnu.org/licenses/>. *
19  ****************************************************************************/
20 
30 #ifndef INIT_TRIMFILTERDS_H_
31 #define INIT_TRIMFILTERDS_H_
32 
33 #include "defines.h"
34 #include "bloom.h"
35 #include "struct_trimFilter.h"
36 
38 
39 void getarg_trimFilterDS(int argc, char **argv);
40 
41 #endif // INIT_TRIMFILTERDS_H_
functions that implement the bloom filter
Macro definitions.
void printHelpDialog_trimFilterDS()
Function that prints trimFilterDS help dialog when called.
Definition: init_trimFilterDS.c:43
void getarg_trimFilterDS(int argc, char **argv)
Reads in the arguments passed through the command line to trimFilterDS and stores them in the global ...
Definition: init_trimFilterDS.c:129
structure where the input arguments of trimFilter and trimFilterDS will be stored and function to fre...