Skip to content

Commit

Permalink
less sampling
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaGuarracino committed Aug 19, 2023
1 parent d82811f commit 155ec95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ int main(int argc, char **argv) {

// build the sequence and edges into the output graph
auto* smoothed = new odgi::graph_t();
const uint64_t sample_rate = block_count > 1000000 ? 8 : 0;
const uint64_t sample_rate = block_count > 1000000 ? 4 : 0;
// add the nodes and edges to the graph
{
std::vector<uint64_t> id_mapping;
Expand Down

0 comments on commit 155ec95

Please sign in to comment.