Home
last modified time | relevance | path

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

/dports/biology/gemma/GEMMA-0.98.3/src/
H A Dbslmmdap.cpp139 void ReadFile_bf(const string &file_bf, vector<string> &vec_rs, in ReadFile_bf() argument
144 igzstream infile(file_bf.c_str(), igzstream::in); in ReadFile_bf()
146 cout << "error! fail to open bf file: " << file_bf << endl; in ReadFile_bf()
335 string file_bf, file_hyp; in WriteResult() local
336 file_bf = path_out + "/" + file_out; in WriteResult()
337 file_bf += ".bf.txt"; in WriteResult()
343 outfile_bf.open(file_bf.c_str(), ofstream::out); in WriteResult()
347 cout << "error writing file: " << file_bf << endl; in WriteResult()
H A Dbslmmdap.h103 void ReadFile_bf(const string &file_bf, vector<string> &vec_rs,
H A Dparam.h150 string file_bf, file_hyp; variable
H A Dgemma.cpp929 cPar.file_bf = str; in Assign()
3074 ReadFile_bf(cPar.file_bf, vec_rs, BF); in BatchRun()
H A Dparam.cpp1082 file_study.empty() && file_beta.empty() && file_bf.empty()) { in CheckData()