Go to the documentation of this file. 37 #define MAX_FILENAME 300 43 #define max(a, b) (((a) > (b)) ? (a) : (b)) 47 #define min(a, b) (((a) < (b)) ? (a) : (b)) 51 #define mem_usageMB() fprintf(stderr, \ 52 "- Current allocated memory: %" PRIu64 "MB.\n", \ 57 #define mem_usage() fprintf(stderr, \ 58 "- Current allocated memory: %" PRIu64 "Bytes.\n", \ 64 #define DEFAULT_MINQ 27 65 #define DEFAULT_NTILES 96 69 #define MAX_RCOMMAND 4000 73 #define FA_ENTRY_BUF 20 77 #define MIN_NMATCHES 12 81 #define NPOOL_1D 1048576 83 #define MAX_FASZ_TREE 1e7 87 #define BASESPERCHAR 4 89 #define FALSE_POS_RATE 0.05 90 #define ZERO_POS_RATE 1e-14 109 #define DEFAULT_MINL 25 112 // Classification of filters 122 // Double stranded: classification of filters 129 // Double stranded: number of outputfiles 132 #endif // endif DEFINES_H_