Home
last modified time | relevance | path

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

/dports/biology/gemma/GEMMA-0.98.3/src/
H A Dvc.h52 string file_cor; variable
H A Dparam.h143 string file_cor; variable
H A Dvc.cpp64 file_cor = cPar.file_cor; in CopyFromParam()
638 void ReadFile_cor(const string &file_cor, const set<string> &setSnps, in ReadFile_cor() argument
649 igzstream infile(file_cor.c_str(), igzstream::in); in ReadFile_cor()
651 cout << "error! fail to open cov file: " << file_cor << endl; in ReadFile_cor()
1001 void ReadFile_cor(const string &file_cor, const vector<string> &vec_rs, in ReadFile_cor() argument
1013 igzstream infile(file_cor.c_str(), igzstream::in); in ReadFile_cor()
1015 cout << "error! fail to open cov file: " << file_cor << endl; in ReadFile_cor()
H A Dparam.cpp752 str = file_cor; in CheckParam()
1081 if (ni_test == 0 && file_cor.empty() && file_mstudy.empty() && in CheckData()
1104 if (file_cor.empty() && file_mstudy.empty() && file_study.empty() && in CheckData()
H A Dgemma.cpp945 cPar.file_cor = str; in Assign()
3177 if (!cPar.file_cor.empty() || !cPar.file_study.empty() || in WriteLog()
3329 cPar.file_cor.empty() && cPar.file_study.empty() && in WriteLog()