Home
last modified time | relevance | path

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

/dports/biology/gemma/GEMMA-0.98.3/src/
H A Dbslmmdap.cpp107 igzstream infile(file_hyp.c_str(), igzstream::in); in ReadFile_hyb()
335 string file_bf, file_hyp; in WriteResult() local
338 file_hyp = path_out + "/" + file_out; in WriteResult()
339 file_hyp += ".hyp.txt"; in WriteResult()
344 outfile_hyp.open(file_hyp.c_str(), ofstream::out); in WriteResult()
351 cout << "error writing file: " << file_hyp << endl; in WriteResult()
413 string file_gamma, file_hyp, file_coef; in WriteResult() local
416 file_hyp = path_out + "/" + file_out; in WriteResult()
417 file_hyp += ".hyp.txt"; in WriteResult()
424 outfile_hyp.open(file_hyp.c_str(), ofstream::out); in WriteResult()
[all …]
H A Dbslmmdap.h101 void ReadFile_hyb(const string &file_hyp, vector<double> &vec_sa2,
H A Dbslmm.cpp239 string file_gamma, file_hyp; in WriteResult() local
242 file_hyp = path_out + "/" + file_out; in WriteResult()
243 file_hyp += ".hyp.txt"; in WriteResult()
249 outfile_hyp.open(file_hyp.c_str(), ofstream::out); in WriteResult()
255 cout << "error writing file: " << file_hyp << endl; in WriteResult()
267 outfile_hyp.open(file_hyp.c_str(), ofstream::app); in WriteResult()
273 cout << "error writing file: " << file_hyp << endl; in WriteResult()
H A Dparam.h150 string file_bf, file_hyp; variable
H A Dgemma.cpp937 cPar.file_hyp = str; in Assign()
3073 ReadFile_hyb(cPar.file_hyp, vec_sa2, vec_sb2, wab); in BatchRun()