Skip to content

Commit

Permalink
JSON version 12 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
subwaystation committed Apr 10, 2020
1 parent 1064734 commit 49acd60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subcommand/bin_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ int main_bin(int argc, char** argv) {
}

// ODGI JSON VERSION
const uint64_t ODGI_JSON_VERSION = 10;
const uint64_t ODGI_JSON_VERSION = 12; // this brings the exact nucleotide positions for each bin for each path referred to as ranges

std::function<void(const uint64_t&, const uint64_t&)> write_header_tsv
= [&] (const uint64_t pangenome_length, const uint64_t bin_width) {
Expand Down

0 comments on commit 49acd60

Please sign in to comment.