Mike Lin

Results 150 comments of Mike Lin

@rhpvorderman Yes exactly! Even after fixing that, I discovered that Cromwell uses e.g. 2^20 for both "MB" and "MiB", whereas miniwdl uses 10^6 and 2^20 respectively. This remains to be...

miniwdl v0.6.5 includes the patch so that `size()` doesn't crash given a null input, but the unit definitions remain an outstanding discrepancy with Cromwell.

@jlumpe miniwdl v1.4.0 fixes the null handling and improves error messages as you suggested. We did not yet change its behavior of rejecting extraneous keys in JSON objects, but tracking...

This is looking great! We should add some basic automated tests to prevent future subparser changes/refactoring from busting the shebang functionality. I think the best way to set those up...

Happens because the CommandShellCheck lint is attached to the Task node itself, so it gets displayed prior to descent into other children. Low priority Misc todo: the dummy value we...

Hi @rhpvorderman @DavyCats @illusional Likewise, I'd be delighted to collaborate with you on this, even though I'm short of bandwidth & expertise to lead it personally. We could definitely host...

@rhpvorderman Sounds great to me! Just LMK how I can help at any point Besides the obvious plumbing around invoking docker via the cluster scheduler, the other pivotal design choice...

@rhpvorderman @DavyCats @illusional I put together an annotated example for a container backend plugin [miniwdl-backend-example](https://github.com/miniwdl-ext/miniwdl-backend-example). This should greatly expedite getting started when the opportunity arises.

Fantastic!!!! > I think it would be great both for the extension and miniwdl itself if this would be hosted on the miniwdl-ext group. This would make miniwdl look like...