Home
last modified time | relevance | path

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

/dports/biology/gemma/GEMMA-0.98.3/src/
H A Dparam.h147 string file_ref, file_mref; variable
H A Dgemma_io.h179 void ReadFile_mref(const string &file_mref, gsl_matrix *S_mat,
H A Dparam.cpp795 str = file_mref; in CheckParam()
862 file_geno.empty() && file_mref.empty() && file_ref.empty()) { in CheckParam()
873 (file_mref.empty() && file_ref.empty())) { in CheckParam()
H A Dgemma.cpp977 cPar.file_mref = str; in Assign()
2284 ReadFile_mref(cPar.file_mref, &S_mat.matrix, &Svar_mat.matrix, s_ref, in BatchRun()
2408 ReadFile_mref(cPar.file_mref, S, Svar, s_ref, cPar.ni_ref); in BatchRun()
H A Dgemma_io.cpp4086 void ReadFile_mref(const string &file_mref, gsl_matrix *S_mat, in ReadFile_mref() argument
4098 igzstream infile(file_mref.c_str(), igzstream::in); in ReadFile_mref()
4100 cout << "error! fail to open mref file: " << file_mref << endl; in ReadFile_mref()