John Didion

Results 219 comments of John Didion

Okay, this looks like a memory issue after all. With 16 cores and 128 GB it finishes, but the max memory usage was 120 GB so it was a near...

The build seems to be failing for a reason unrelated to my PR - it looks like it takes a really long time to lint the docs, and that's causing...

@ewels great! What are the remaining steps to get this PR approved?

Thanks for the review, @ewels. I would love to get this module into MultiQC, but there's a lot of revision required here and I just don't have the bandwidth. @ekopylova...

Thanks. And I found looking at the FastQC module now (3 years after I wrote the initial version of the MultiQC module) that it has changed substantially, mostly in the...

I think it's a bit more complex than that, depending on what kinds of fields are being compared. For example, let's say I have a workflow input of type `[null,...

I am good with Java text block syntax. I haven't read the spec in detail but it looks to me like the important things are: * Strings start and end...

For now I went with option 2. I also updated the section on stripping leading whitespace from commands to make it consistent. It looks like my editor also reformatted all...

Thanks @mlin - I added a note on this in the section on string interpolation.

Restricting the allowed arguments to primitive types would help to avoid costly searches of nested collections. ## Proposed signatures: `Boolean contains(Array[P], P)` `Boolean contains(Array[P?], (P | None))`