Searched refs:warning_file_type (Results 1 – 5 of 5) sorted by relevance
393 …warning_file_type(global_context->config.first_read_file,global_context->config.is_BAM_input?FILE_… in main()
297 int warning_file_type(char * fname, int expected_type);
1857 warning_file_type(in_SAM_file, parameters.is_BAM_file_input?FILE_TYPE_BAM:FILE_TYPE_SAM);1858 warning_file_type(in_FASTA_file, FILE_TYPE_FASTA);
801 …if( global_context ->config.scRNA_input_mode == 0 ) warning_file_type(global_context -> config.fi…805 wret2 = warning_file_type(global_context -> config.second_read_file, expected_type);
6344 int warning_file_type(char * fname, int expected_type) in warning_file_type() function