Home
last modified time | relevance | path

Searched refs:file_wcat (Results 1 – 5 of 5) sorted by relevance

/dports/biology/gemma/GEMMA-0.98.3/src/
H A Dparam.h148 string file_weight, file_wsnp, file_wcat; variable
H A Dgemma_io.h157 bool ReadFile_wsnp(const string &file_wcat, const size_t n_vc,
H A Dgemma_io.cpp3264 bool ReadFile_wsnp(const string &file_wcat, const size_t n_vc, in ReadFile_wsnp() argument
3269 igzstream infile(file_wcat.c_str(), igzstream::in); in ReadFile_wsnp()
3271 cout << "error! fail to open snp weight file: " << file_wcat << endl; in ReadFile_wsnp()
3292 ch_ptr = strtok_safe2((char *)line.c_str(), " ,\t",file_wcat.c_str()); in ReadFile_wsnp()
H A Dparam.cpp129 if (!file_wcat.empty()) { in ReadFiles()
130 if (ReadFile_wsnp(file_wcat, n_vc, mapRS2wcat) == false) { in ReadFiles()
H A Dgemma.cpp841 cPar.file_wcat = str; in Assign()