Moritz E. Beber

Results 134 issues of Moritz E. Beber

At the moment, cobrapy changes identifiers when loading a model but reading in the medium does not apply the same transformation leading to mismatches.

For users that have existing tokens and for those using 2FA, we should add an option to `memote online` to directly provide said token without generating a new one. (We...

By accepting a model streamed into memote from standard input, memote can make use of the power of unix piping and it would be trivial to use the docker image...

enhancement

Especially apparent while all test cases are unfolded... I would like a table of contents somewhere.

## New feature The upcoming DSL2 provides the ability to include entire workflows within other workflows. In the nextflow terminal output this is typically shown as `top-workflow:sub-workflow:process`. I would like...

lang/dsl2
pinned

## Bug report ### Expected behavior and actual behavior When joining two channels, for example, on the first element which is often a map with sample meta information, I would...

lang/operators

I'm running the `nextcloud:24.0-apache` image and have defined the Redis password using the following in my `docker-compose.yml` (ignoring a bunch of configuration): ```yaml services: nextcloud: image: nextcloud:24.0-apache secrets: - redis_password...

I was somehow expecting (mostly due to experience with async HTTP clients) to be able to use the same client instance to create multiple concurrent downloads. However, when I attempt...

### Description of the bug After installing nf-core tools 2.6 and updating to the latest version of `custom/dumpsoftwareversions` there is a lint warning. Probably it's related to some kind of...

bug

### Description of the bug Title mostly says it. I have a defined schema with a parameter that has `"default": null`. When I run `nf-core schema build` this default gets...

bug