wdl-format 0.20.1

Formatting of WDL (Workflow Description Language) documents
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
version 1.0
import "fileB.wdl" as foo # fileB
workflow test {}
import "fileC.wdl" # fileC
import # fileA 1
"fileA.wdl" # fileA 2
as # fileA 3
bar # fileA 4
alias # fileA 5
qux # fileA 6
as # fileA 7
Qux # fileA 8