1 parent fec0274 commit 3e2c2a5Copy full SHA for 3e2c2a5
1 file changed
cpp/main.cpp
@@ -16,7 +16,7 @@ int main(int argc, char* argv[]) {
16
// unsigned int max_threads = std::thread::hardware_concurrency();
17
// std::cout << max_threads << " threads" << std::endl;
18
auto start = std::chrono::high_resolution_clock::now();
19
- std::vector<std::string> chromosomes = {"chr19"}; // "chr1", "chr9",
+ std::vector<std::string> chromosomes; // = {"chr19"}; // "chr1", "chr9",
20
// default values (if not provided by user)
21
int position_tolerance = 20; // [3,5,7,10]
22
int min_length = 10; //[5, 10]
0 commit comments