Danila

Results 122 comments of Danila

Thanks for the reference! > needs updated containers ... which they don't want to build themselves?.. On that note, can't we just use [GitHub Container Registry](https://github.blog/2020-09-01-introducing-github-container-registry/)?

We can of course build them e.g. `on: release` here with actions. Great, let's discuss in more detail next time then!

Hey @liujilei156231, this is probably something not specific to `mu.pp.neighbors`. Seems like you can [impose resource usage limits](https://docs.python.org/3/library/resource.html) in Python with `setrlimit`. I guess this might be relevant for local...

Hey @vjbaskar, I believe it has been discussed here: https://github.com/scverse/mudata/issues/20. It is not implemented yet but we intend to have it in the next versions indeed!

Hey, seems like `pysam` can be used with WSL: https://github.com/pysam-developers/pysam/issues/575#issuecomment-468836983. Just to note it here, `pysam` should only be required for some of the steps of the current tutorials. If...

Hey @khanthanan, does this issue persist for the most recent `mudata` version? The main branch on GitHub now supports AnnData v0.8 that had some breaking changes, which might have been...

We (will) have [`mudatasets`](https://github.com/gtca/mudatasets), is this something that would address what you have in mind?

With `mudata` being a separate library, `mudatasets` library has also been made to take advantage of that, but we can merge it into `muon` later — depending on what people...

Thanks @liujilei156231, I can reproduce this, will fix it for the next release.

Hey @kchiou, thanks for opening the issue. I realise the reason behind this bug is that in the `.h5` files in the 10x Multiome output, which we focused on, the...