alam-shahul

Results 12 comments of alam-shahul

It seems like this was never done...? When using `bgzip -d` after installing the latest version of `htslib`, I still have to change the extension of the file that I...

As a followup, I managed to accomplish what I wanted using: ``` from scanpy.metrics._morans_i import morans_i morans_i(dataset.obsp["adjacency_matrix"], dataset.obsm["X"].T) ``` So I guess I was just wondering if there was a...

Okay, I guess I reported the bug slightly incorrectly. The result is correct after concatenating, but after I write to an HDF5 file with `merged_datast.write(filepath)` and then reload with `reloaded_dataset...

Sorry for the late response, but yeah, it would be awesome if you could show me how it works. I'm definitely on campus.

How about this Saturday?

Well, I would love to get involved/implement reactions, but I have no idea where to start! From what I can gather, you guys sort of reverse-engineered some protocol that Facebook...

Hi there, I think it would be great if the `delete_artifacts` method could just be changed so that it works with either files or directories. It seems like a simple...

Hi, I'm having a similar issue, except that the height of my crop is just barely outside the desired range, so not sure why that is... ``` Expected `height` to...

> > I am also facing the same problem. I run my experiments on a remote HPC server. I cannot visualize the results on the HPC server (no x window,...

Will this fix be included in a release?