Skip to content

Instantly share code, notes, and snippets.

@patmagee
patmagee / runtime-hints.wdl
Last active October 13, 2022 13:30
WDL Runtime / Hints section
# The runtime section defines the minimum requirements for a task to run, and the criteria
# to judge a success or a failure on. New keys can only be added to this section through
# a specification change
runtime {
# The container property provides one or more repositories to retrieve the image for
# the current task. it is up to the engine to decide the BEST image to chose according to the
# runtime environmment and engine
container: "<image name>" || [ "<array of>","<images to use>" ]**
@patmagee
patmagee / GSoC_2016_commits.md
Last active August 18, 2016 12:02
List of commits by PatrickMagee