Moritz E. Beber

Results 134 issues of Moritz E. Beber

Is there a possibility to or interest in adding the option to exclude certain arguments from a memoized function? I have a bunch of functions that query a database that...

When I started using `differentialTest`, I was struggling a bit to extract more information beyond the p-values that are exposed on the result object. I then looked at the code...

It seems to me that running `differentialTest` is a [perfectly parallel](https://en.wikipedia.org/wiki/Embarrassingly_parallel) problem. For my current project, the time taken is too short to just start an analysis in the background,...

Since Python < 2.6 is not supported any longer, we can rely on the standard library package `json`.

I don't remember the state of including Javascript rendered components on the nbviewer. Is that possible in general now? Is it possible with D3? We're thinking about converting all networkx...

If only pytest-harvest had already existed when we were working on [MEMOTE](https://github.com/opencobra/memote/). We found a fairly hackish way by storing information on the test function itself and then [collecting that...

Currently, I have need of exactly the functionality that your package provides. However, I also need further interaction with Travis which is why I'm using [TravisPy](https://github.com/menegazzo/travispy) and have an open...

Type: Question
Priority: Low
Status: Available

I noticed a problem with the human lineage (may apply to other lineages, too), which contains ranks with the same name in different positions of the lineage. If you look...

In order to make the NCBI taxonomy more comparable with another one that simply consists of the ranks: domain, phylum, clade, order, family, genus, species; I would like to contract...

enhancement

I'm trying out this Ansible role on a ubuntu 22.04 VM. When running the bare default example, things run smoothly until the following task: ``` TASK [galaxyproject.slurm : Create the...