Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/RuntimeAttributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ Cromwell recognizes certain runtime attributes and has the ability to format the

> **Note 1**
>
> Partial support. See [TES documentation](/backends/TES) for details.
> Partial support. See [TES documentation](backends/TES) for details.

> **Note 2**
>
> Partial support. See [`disks`](#disks) for details.

> **Note 3**
>
> The HPC [Shared Filesystem backend](/backends/HPC#shared-filesystem) (SFS) is fully configurable and any number of attributes can be exposed. Cromwell recognizes some of these attributes (`cpu`, `memory` and `docker`) and parses them into the attribute listed in the table which can be used within the HPC backend configuration.
> The HPC [Shared Filesystem backend](backends/HPC#shared-filesystem) (SFS) is fully configurable and any number of attributes can be exposed. Cromwell recognizes some of these attributes (`cpu`, `memory` and `docker`) and parses them into the attribute listed in the table which can be used within the HPC backend configuration.


### Google Cloud Specific Attributes
Expand Down Expand Up @@ -89,7 +89,7 @@ task runtime_test {
}
```

HPC backends may define other configurable runtime attributes beyond the five listed, to find out more visit the [SunGridEngine](/backends/SGE) tutorial.
HPC backends may define other configurable runtime attributes beyond the five listed, to find out more visit the [SunGridEngine](backends/SGE) tutorial.

## Default Values

Expand Down