Skip to content

OpenPipelines.bio v1.0.2

Choose a tag to compare

@DriesSchaumont DriesSchaumont released this 22 Jul 08:17
· 3 commits to 1.0.x since this release
2963adb

BUG FIXES

  • dataflow/concatenate_h5mu: fix writing out multidimensional annotation dataframes (e.g. .varm) that had their
    data dtype (dtype) changed as a result of adding more observations after concatenation, causing TypeError.
    One notable example of this happening is when one of the samples does not have a multimodal annotation dataframe
    which is present in another sample; causing the values being filled with NA (PR #842, backported from PR #837).