From 1e20e0395f008ad4095a577b3c80349e02012df2 Mon Sep 17 00:00:00 2001 From: Roberto Rossini <71787608+robomics@users.noreply.github.com> Date: Mon, 21 Oct 2024 18:06:14 +0200 Subject: [PATCH] Update docs --- docs/cpp_api/cooler.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/cpp_api/cooler.rst b/docs/cpp_api/cooler.rst index b8bd8f4b..faa505a1 100644 --- a/docs/cpp_api/cooler.rst +++ b/docs/cpp_api/cooler.rst @@ -211,6 +211,7 @@ Single-cell Cooler (.scool) .. cpp:function:: [[nodiscard]] std::string path() const; .. cpp:function:: [[nodiscard]] auto chromosomes() const noexcept -> const Reference&; .. cpp:function:: [[nodiscard]] auto bins() const noexcept -> const BinTable&; + .. cpp:function:: [[nodiscard]] auto bins_ptr() const noexcept -> std::shared_ptr; .. cpp:function:: [[nodiscard]] std::uint32_t resolution() const noexcept; .. cpp:function:: [[nodiscard]] constexpr const phmap::btree_set& cells() const noexcept;