We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2382b71 commit b1892f3Copy full SHA for b1892f3
1 file changed
src/analysis/nanopore.cpp
@@ -1,7 +1,4 @@
1
-/* nanocount: methylation counts for nanopore data; see docs for 'counts'
2
- * command for details.
3
- *
4
- * Copyright (C) 2025 Andrew D. Smith
+/* Copyright (C) 2025 Andrew D. Smith
5
*
6
* Author: Andrew D. Smith
7
@@ -18,12 +15,17 @@
18
15
19
16
#ifdef BUILD_NANOPORE
20
17
+[[maybe_unused]] static constexpr auto about = R"(
+nanocount: methylation counts for nanopore data; see docs for 'counts' command
+for details.
21
+)";
22
+
23
+#include "bam_record_utils.hpp"
24
#include "counts_header.hpp"
25
26
#include "OptionParser.hpp"
-#include "bam_record_utils.hpp"
27
-#include "bamxx.hpp"
28
+#include <bamxx.hpp>
29
30
#include "nlohmann/json.hpp"
31
0 commit comments