#endif
if (argc <= 1){
file = "../../test-data/recur.txt";
file = TEST_DATADIR "/recur.txt";
} else if (argc == 2){
file = argv[1];
} else {
char* file;
if (argc != 2){
file = "../../test-data/user-cal.vcf";
file = TEST_DATADIR "/user-cal.vcf";
}