You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/sampleRandomRsIDs2.hpp
+13-10Lines changed: 13 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
//own classes
20
20
#include"callBashCommand.hpp"
21
21
22
-
int MAXIMAL_ROUNDS = 1000;
22
+
int MAXIMAL_ROUNDS = 1500;
23
23
24
24
usingnamespacestd;
25
25
@@ -36,7 +36,8 @@ class rsIDsampler{
36
36
37
37
unordered_map<double, int> splitMAFinBins();
38
38
string getToken(string& line, char delim);
39
-
vector<string> determineRandomSNPs(unordered_map<double,int>& MAF_counter, string outputDir, int rounds, int numThreads, string sourceDir, int seed);
39
+
//vector<string> determineRandomSNPs(unordered_map<double,int>& MAF_counter, string outputDir, int rounds, int numThreads, string sourceDir, int seed);
40
+
vector<string> determineRandomSNPs(unordered_map<double,int>& MAF_counter, string outputDir, int rounds, int numThreads, int seed);
40
41
voidsampleSNPs(int counter, string outputFile, vector<string>& SNPs, int seed, int size, string histogramFile);
// reads SNPs bin per bin from the dbSNP file and determines random SNPs for the given rounds per bin
77
78
*/
78
-
vector<string> rsIDsampler::determineRandomSNPs(unordered_map<double,int>& MAF_counter, string outputDir, int rounds, int numThreads, string sourceDir, int seed){
79
+
//vector<string> rsIDsampler::determineRandomSNPs(unordered_map<double,int>& MAF_counter, string outputDir, int rounds, int numThreads, string sourceDir, int seed){
80
+
vector<string> rsIDsampler::determineRandomSNPs(unordered_map<double,int>& MAF_counter, string outputDir, int rounds, int numThreads, int seed){
0 commit comments