Skip to content

Commit b1892f3

Browse files
src/analysis/nanopore.cpp: adding 'about'
1 parent 2382b71 commit b1892f3

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

src/analysis/nanopore.cpp

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
/* Copyright (C) 2025 Andrew D. Smith
52
*
63
* Author: Andrew D. Smith
74
*
@@ -18,12 +15,17 @@
1815

1916
#ifdef BUILD_NANOPORE
2017

18+
[[maybe_unused]] static constexpr auto about = R"(
19+
nanocount: methylation counts for nanopore data; see docs for 'counts' command
20+
for details.
21+
)";
22+
23+
#include "bam_record_utils.hpp"
2124
#include "counts_header.hpp"
2225

2326
#include "OptionParser.hpp"
24-
#include "bam_record_utils.hpp"
2527

26-
#include "bamxx.hpp"
28+
#include <bamxx.hpp>
2729

2830
#include "nlohmann/json.hpp"
2931

0 commit comments

Comments
 (0)