Ben Sherman

Results 297 comments of Ben Sherman

Okay I've added my thoughts on all of these operators to the mega-discussion (#3107). We'll see if someone shows up with a use case for `transpose` but I think we...

Thanks for clearing that up with transpose. As for collect and toList, I don't see this difference noted in the docs, but I was able to reproduce the behavior you...

I did some digging and I think this it where the error originates: https://github.com/nextflow-io/nextflow/blob/7fd1a6e176943821d32ac979cdc6a0da74629bb3/modules/nextflow/src/main/groovy/nextflow/util/LoggerHelper.groovy#L458 And looking at the surrounding code, it seems possible it might be printed to stdout depending...

@abhi18av Can you put this `cleanup` directive in alphabetical order of the directives list so that it is easier for people to find?

I was just gonna wait for this PR to be merged first 😄

> I wouldn't be opposed to the best practice solution to be (1) moving the `conda` directive out of each process definition, then (2) specifying a `conda` profile where the...

Hi @thedam @bobamess , could either of you post a minimal example that reproduces this bug? It would be good if we can pinpoint groupTuple as the culprit. @nvnieuwk your...

What I've read is that some finangling might be required to get pandoc to convert correctly. Maybe I will try it myself and see how far I get. There is...

I was able to convert everything to Markdown quite easily by following [these instructions](https://docs.readthedocs.io/en/stable/guides/migrate-rest-myst.html). Might need to tweak a few things but from a cursory inspection everything looks good. I...

Is that where you want to move to long term? It will probably require a second conversion step from the sphinx conventions to mkdocs conventions. Might be able to do...