Skip to content

Commit

Permalink
Merge pull request #3 from broadinstitute/jg_update_runtime
Browse files Browse the repository at this point in the history
Update the runtime section
  • Loading branch information
scottfrazer committed Jun 12, 2015
2 parents a2abe1d + 703b52c commit 630bc84
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion SPEC.md
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,9 @@ $runtime = 'runtime' $ws* '{' ($ws* $runtime_kv $ws*)* '}'
$runtime_kv = $identifier $ws* '=' $ws* $string
```

The runtime section defines key/value pairs for runtime information needed for this task. The key/value pairs are arbitrary, but a few of them have special meaning:
The runtime section defines key/value pairs for runtime information needed for this task. Values are only interpreted by execution backends and will be stored as raw strings until that point. Individual backends will define which keys they will inspect so a key/value pair may or may not actually be honored depending on how the task is run.

While the key/value pairs are arbitrary, but a few of them have special meaning:

#### serialize

Expand Down

0 comments on commit 630bc84

Please sign in to comment.