Skip to content

a Cooler with non integer "counts" #434

Closed Answered by nvictus
thekswenson asked this question in Q&A
Discussion options

You must be logged in to vote

You can definitely store non-integer counts.

  • API: in create_cooler, you can specify a dtype for the "count" field with dtype={"count": float}
  • CLI: in cooler load and cooler cload, there is a --field option that does something similar, and the former also has a shortcut flag --count-as-float

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by nvictus
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #431 on August 20, 2024 01:36.