Skip to content

Tags: kislyuk/miniwdl

Tags

v0.7.2

Toggle v0.7.2's commit message
update examples

v0.7.1

Toggle v0.7.1's commit message
grammar: fix tokenization of "runtime", "meta", and "parameter_meta" (c…

…hanzuckerberg#363 @DavyCats)

v0.7.0

Toggle v0.7.0's commit message
polish runner docs

v0.6.5

Toggle v0.6.5's commit message
fix size() given a null input

v0.6.4

Toggle v0.6.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
improve Map type inference (chanzuckerberg#332)

factor out type unification logic shared with Array & IfThenElse

addresses chanzuckerberg#256

v0.6.3

Toggle v0.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
allow subworkflow name in input JSON key

To supply an optional input for a subworkflow call, Cromwell input JSON expects the key to include (i) the workflow name, (ii) the call name, (iii) the subworkflow name, and finally (iv) the input name. The need to include (iii) the subworkflow name is questionable, as discussed on openwdl/wdl#340

This change makes miniwdl accept such inputs either with or without the subworkflow name, by removing it if it's present. To ensure unambiguous resolution, also forbids collision between a call's name and that of its containing workflow.

chanzuckerberg#193

v0.6.2

Toggle v0.6.2's commit message
exit from CLI.main

v0.6.1

Toggle v0.6.1's commit message
reorganize applied tests and add encode_atac_seq

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
run CI builds as non-root user (chanzuckerberg#293)

It's useful to run the test suite as some arbitrary uid so that the runner has realistic file permissions constraints.

v0.5.2

Toggle v0.5.2's commit message
runner: use docker image's $SHELL to interpret task command