Home
last modified time | relevance | path

Searched refs:file_wsnp (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.h156 bool ReadFile_wsnp(const string &file_wsnp, map<string, double> &mapRS2double);
H A Dgemma_io.cpp3238 bool ReadFile_wsnp(const string &file_wsnp, map<string, double> &mapRS2weight) { in ReadFile_wsnp() argument
3242 igzstream infile(file_wsnp.c_str(), igzstream::in); in ReadFile_wsnp()
3244 cout << "error! fail to open snp weight file: " << file_wsnp << endl; in ReadFile_wsnp()
3252 auto infilen = file_wsnp.c_str(); in ReadFile_wsnp()
H A Dparam.cpp134 if (!file_wsnp.empty()) { in ReadFiles()
135 if (ReadFile_wsnp(file_wsnp, mapRS2wsnp) == false) { in ReadFiles()
H A Dgemma.cpp833 cPar.file_wsnp = str; in Assign()