Chris Rands
Chris Rands
### Setup I am reporting a problem with Biopython version, Python version, and operating system as follows: ```python >>> import sys; print(sys.version) 3.10.1 | packaged by conda-forge | (main, Dec...
- [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the latest version of scanpy. - [X] (optional)...
Check setup for installation via `pip` is correct on different OSs and properly integrate unit tests to run via `setup.py`
Are there plans to provide `scanpy` integration? Since both are based on `anndata` it should not be too difficult, but it would be nice to be able to load an...
With large Anndata objects, I sometimes want check the attributes present. The print/repr call does this okay, but becomes hard to read with highly populated objects and not possible to...
I would like to generate a plot with non-unique values, so it can't be represented in a set, but could be represented in say a multi-set like a`collections.Counter()` object. Could...
Include some graphical content, e.g. via `GenomeDiagram` and/or some phylogenies (maybe `ete3` over `Bio.Phylo` though)
Hello, we get an error when trying to install via pip in a virtualenv. "ERROR: Failed building wheel for hdmedians". Full traceback follows. Thank you for your help ``` $...