-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.vsh.yaml
More file actions
57 lines (57 loc) · 1.61 KB
/
config.vsh.yaml
File metadata and controls
57 lines (57 loc) · 1.61 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
name: "process_dataset"
namespace: "data_processors"
argument_groups:
- name: Inputs
arguments:
- name: "--input_mod1"
__merge__: "/src/api/file_common_dataset_mod1.yaml"
required: true
direction: input
- name: "--input_mod2"
__merge__: "/src/api/file_common_dataset_mod2.yaml"
direction: input
required: true
- name: Outputs
arguments:
- name: "--output_train_mod1"
__merge__: /src/api/file_train_mod1.yaml
direction: output
required: true
- name: "--output_train_mod2"
__merge__: /src/api/file_train_mod2.yaml
direction: output
required: true
- name: "--output_test_mod1"
__merge__: /src/api/file_test_mod1.yaml
direction: "output"
required: true
- name: "--output_test_mod2"
__merge__: /src/api/file_test_mod2.yaml
direction: output
required: true
- name: Parameters
arguments:
- name: "--dataset_id"
type: "string"
description: "New dataset ID"
required: false
- name: "--swap"
type: "boolean"
description: "Swap mod1 and mod2"
default: false
resources:
- type: r_script
path: script.R
engines:
- type: docker
image: openproblems/base_r:1
runners:
- type: executable
- type: nextflow
directives:
label: [hightime, highmem, highcpu]
test_resources:
- type: python_script
path: /common/component_tests/run_and_check_output.py
- path: /resources_test/common/openproblems_neurips2021/bmmc_cite
dest: resources_test/common/openproblems_neurips2021/bmmc_cite