Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
hmusta committed Aug 26, 2024
1 parent 81383b7 commit 33fb421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metagraph/src/graph/annotated_graph_algorithm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ mask_nodes_by_label_dual(std::shared_ptr<const DeBruijnGraph> graph_ptr,

return exp(lbase - lgamma(a + 1) - lgamma(b + 1) - lgamma(c + 1) - lgamma(d + 1));
};
} else if (config.test_type == "nbinom_exact" || config.test_type == "zinb_exact" || config.test_type == "gnb_exact") {
} else if (config.test_type == "nbinom_exact" || config.test_type == "gnb_exact") {
common::logger->trace("Fitting per-sample negative binomial distributions");
auto get_rp = [&](const auto &generate,
const auto &add_dl,
Expand Down

0 comments on commit 33fb421

Please sign in to comment.