Skip to content

Commit

Permalink
Fix typo in cooler.FileWriter class
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Nov 9, 2024
1 parent 2cc744a commit 6a9e705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cooler_file_writer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ void CoolerFileWriter::bind(nb::module_ &m) {
writer.def("__repr__", &hictkpy::CoolerFileWriter::repr);

writer.def("path", &hictkpy::CoolerFileWriter::path, "Get the file path.");
writer.def("resolutions", &hictkpy::CoolerFileWriter::resolution, "Get the resolution in bp.");
writer.def("resolution", &hictkpy::CoolerFileWriter::resolution, "Get the resolution in bp.");
writer.def("chromosomes", &get_chromosomes_from_object<hictkpy::CoolerFileWriter>,
nb::arg("include_ALL") = false,
"Get chromosomes sizes as a dictionary mapping names to sizes.");
Expand Down

0 comments on commit 6a9e705

Please sign in to comment.