-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.vsh.yaml
More file actions
38 lines (34 loc) · 914 Bytes
/
config.vsh.yaml
File metadata and controls
38 lines (34 loc) · 914 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
name: process_datasets
namespace: workflows
argument_groups:
- name: Inputs
arguments:
- name: "--input"
__merge__: /src/api/file_common_dataset.yaml
required: true
direction: input
- name: Outputs
arguments:
- name: "--output_train"
__merge__: /src/api/file_train.yaml
required: true
direction: output
- name: "--output_test"
__merge__: /src/api/file_test.yaml
required: true
direction: output
- name: "--output_solution"
__merge__: /src/api/file_solution.yaml
required: true
direction: output
resources:
- type: nextflow_script
path: main.nf
entrypoint: run_wf
- path: /common/nextflow_helpers/helper.nf
dependencies:
- name: validation/check_dataset_with_schema
repository: openproblems
- name: data_processors/process_dataset
runners:
- type: nextflow