Skip to content

Commit

Permalink
Merge branch 'wdl-1.2' into 495-readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
vsmalladi committed May 15, 2024
2 parents 99b317b + caef06f commit 968d5f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ version 1.2.0

+ Added parameters to `read_tsv` that enable it to read field names from a header row or an `Array[String]` and return an `Array[Object]`. [PR 627](https://github.com/openwdl/wdl/pull/627)

+ Added `Directory` type.
+ Added `Directory` type. [PR 641](https://github.com/openwdl/wdl/pull/641)

+ Added clarification that input files and directories should be treated as read-only. [PR 642](https://github.com/openwdl/wdl/pull/642)

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ Please see the documentation associated with each tool/platform for information
- [MiniWDL](https://github.com/chanzuckerberg/miniwdl) provides python bindings for WDL as well as commandline tools for validation, linting, and generating workflow input templates.
- [WOMTool](https://cromwell.readthedocs.io/en/stable/WOMtool/) is a standalone Java tool for WDL parsing, validating, linting, and diagramming.
- [wdlTools](https://github.com/dnanexus/wdlTools) - provides 1) a parser Java/Scala library, based on the [ANTLR4 grammars](https://github.com/openwdl/wdl-parsers) grammars, for WDL draft-2, 1.0, 1.1, and 2.0; and 2) command-line tools for sytanx checking, type-checking, linting, code formatting (including upgrading from older to newer WDL versions), generating documentation, and executing WDL tasks locally.
- [sprocket](https://github.com/stjude-rust-labs/sprocket) a package manager and linter for WDL files.

### IDE Support

Expand Down

0 comments on commit 968d5f8

Please sign in to comment.