Skip to content

Commit

Permalink
slight changes to Tool
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaelicke authored Dec 11, 2023
1 parent 88fa63d commit 89a5d2e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions docs/tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ An example can be found in the Example section below or on the [Parameters page]
[Input data](./input.md#data-file-specification) for a tool is defined separately from the
parameters in an additional section of `tool.yml`.
Just like for the parameters, the input data of a tool is indexed by their names.
Data is always given to a tool as files or folders.
In case no further configuration is needed, data may be supplied in a single list
of dataset names.
Data has to be provided as files, which may be nested in sub-folders of `/in/`.

## Example

Expand Down Expand Up @@ -101,9 +103,6 @@ tools:
type: integer
array: true
data:
foo_csv:
load: true
foo_nc:
load: false
extension: .nc
- foo_csv:
- foo_nc:
```

0 comments on commit 89a5d2e

Please sign in to comment.