cellarium-ai / cellarium-ml

Distributed single-cell data analysis.
BSD 3-Clause "New" or "Revised" License
22 stars 3 forks source link

Handle addition of `CellariumPipeline`s #228

Closed sjfleming closed 3 months ago

sjfleming commented 3 months ago

Closes #227

sjfleming commented 3 months ago

This will need to wait for changes from #223 to pass mypy tests.

sjfleming commented 3 months ago

I may also streamline compute_var_names_g() in cli.py once #223 is merged, because after this fix, we should be able to write

CellariumPipeline(cpu_transforms) + CellariumPipeline(transforms)