Luigi Pertoldi
Luigi Pertoldi
If I may add, it would be also nice to be able to rebin an histogram based on a second one: ```py >>> h1.rebin(h2.axes.egdes) ```
Update: removing the `--slurm-jobstep` at the end of the Snakemake command being executed on the batch node seems to fix the issue. That option takes care of prepending the right...
Seems like I'm experiencing the same issue reported here: https://github.com/snakemake/snakemake/issues/2060
I need to check again. Is this https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/29 resolved?
I absolutely agree about the docs, I'm removing that installation part for now. The HTML docs look much nicer (and handy)! Se let's wait for BAT 1.0 to update the...
Just opened a PR on `homebrew-core` -> https://github.com/Homebrew/homebrew-core/pull/29116 Let's see what happens...
@ggmarshall @SamuelBorden can this be merged to main or will mess up with the refactor?
This is zsh... you need to wrap `[]` in single quotes, like this: `pip install '.[test]'`. I've forgotten zsh is now the default shell on OSX.
Yes I am sure. It's just because in rectangular data structures you obviously need some placeholder, when the hit corresponding to a certain index does not define a column value:...
Where do we do indexed reading in the data loader other than in `.load()`, when an entry list is used?