Skip to content

Tags: dinvlad/miniwdl

Tags

v0.3.0

Toggle v0.3.0's commit message
Update README.md

v0.2.2

Toggle v0.2.2's commit message
test flatten()

v0.2.1

Toggle v0.2.1's commit message
implement glob() for task outputs

may need to change strategy later to in-container script injection, for compatibility & security

v0.2.0

Toggle v0.2.0's commit message
bump biowdl/tasks revision and reduce blacklist

v0.1.7

Toggle v0.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
parser: permit input/output sections anywhere in task (chanzuckerberg…

…#126)

v0.1.6

Toggle v0.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Change repr of meta/parameter_meta values from string to string_liter…

…al (chanzuckerberg#122)

Fixes string_literal lexer for escaped single quote marks
Fixes and adds regression test for chanzuckerberg#120

v0.1.5

Toggle v0.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
struct literals, object-style (chanzuckerberg#111)

Add struct literals (in the old 'object' style) for miniwdl check. (No support for struct inputs in miniwdl cromwell yet.)

v0.1.4

Toggle v0.1.4's commit message
miniwdl cromwell: accept Boolean inputs

v0.1.3

Toggle v0.1.3's commit message
miniwdl cromwell: create convenient alternate tree of output files

closes chanzuckerberg#96

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
reject circular dependencies within tasks and workflows (chanzuckerbe…

…rg#90)

closes chanzuckerberg#43