wdl-format 0.18.0

Formatting of WDL (Workflow Description Language) documents
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
## I am a test of weird trivia
##
## ok this should be sufficient for testing
# whoa

# this is an odd jumble
#@ except: bar, foo
version 1.3

task foobar {
    command <<<
    >>>
}