https://github.com/MoorjaniLab/DATES_v4010
Raw File
Tip revision: e034dc0d6fe8d41a828796f07791d50011b6bb04 authored by MoorjaniLab on 09 May 2022, 23:55:41 UTC
Add files via upload
Tip revision: e034dc0
globals.h
#ifdef __cplusplus
extern "C" {
#endif
#ifndef _GLOBALS_
#define _GLOBALS_

int numchrom = 22;
int fancynorm=YES, verbose=NO, plotmode=NO, outnum = -1 ;

#endif

#ifdef __cplusplus
}
#endif
back to top