Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/analysis/nanopore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ is_c_at_g(const std::string &s, const std::size_t i) {
requirement of the program into a more reasonable range, so keeping
all the information seems reasonable. */
struct CountSet {
static constexpr auto max_prob_repr = 256.0;
static constexpr auto max_prob_repr = 255.0;
[[nodiscard]] std::string
tostring() const {
// clang-format off
Expand Down
2 changes: 1 addition & 1 deletion src/bamxx
Submodule bamxx updated 1 files
+43 −0 CMakeLists.txt
2 changes: 1 addition & 1 deletion src/smithlab_cpp
Submodule smithlab_cpp updated 2 files
+46 −0 CMakeLists.txt
+2 −2 configure.ac