Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 182c7ce4 authored by BOULLE Olivier's avatar BOULLE Olivier
Browse files

add the distance to the last cell

parent 0fb5b137
No related branches found
No related tags found
No related merge requests found
...@@ -416,6 +416,7 @@ void csvbm_streaming(const std::string& reads_path, const std::string& csvbm_pat ...@@ -416,6 +416,7 @@ void csvbm_streaming(const std::string& reads_path, const std::string& csvbm_pat
std::getline(input_read_file, line); std::getline(input_read_file, line);
std::getline(input_read_file, line); std::getline(input_read_file, line);
} }
temp_output_file << std::to_string(distance-1) + "\n"; // write the distance to the last cell
input_read_file.close(); input_read_file.close();
temp_output_file.close(); temp_output_file.close();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment