Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Oct 21, 2024
1 parent 3453147 commit 1e20e03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/cpp_api/cooler.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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<const BinTable>;
.. cpp:function:: [[nodiscard]] std::uint32_t resolution() const noexcept;

.. cpp:function:: [[nodiscard]] constexpr const phmap::btree_set<std::string>& cells() const noexcept;
Expand Down

0 comments on commit 1e20e03

Please sign in to comment.