Alistair Miles
Alistair Miles
Just to add, a convenient workflow is to have data in zarr format, then use sgkit and xarray to select samples and variants to be used for the admixture analysis,...
Looks like the bed-reader package has a [to_bed()](https://fastlmm.github.io/bed-reader/#bed_reader.to_bed) function.
Just to add this would be super helpful for us. Also, this would obviously need to take account of the channels specified in the environment.yml file when searching for available...
Just to mention I'd very much like this feature. Is there any reason why this PR got stalled?
+1 for setting cell background color based on value. I'm sure you've thought of these already, but some use cases: (1) set colour based on mapping from (categorical) values to...
Wow, I didn't know about that, perfect! Good idea to include an example in prettypandas docs. On Thursday, 21 January 2016, Henry Hammond [email protected] wrote: > There already is colour-map...
Hi all, just to share I seem to have found a way out of this abyss that allows supporting multiple Python versions from 3.7 to 3.9 at least. In pyproject.toml...
To get the size workaround via styles.less to work I had to do: ``` .panel-right { width: 300px } .symbols-tree-view { width: 300px !important } ```
Looks like a simple call to ``s3.invalidate_cache()`` within ``__setitem__`` and ``__delitem__`` should do the trick. May also be worth exposing a ``refresh`` option within ``__init__``, so the user has the...
Hm, let me check again...