Merge branch 'master' into 2751-python-sdk-keep-proxy-support refs #2751
[arvados.git] / services / api / test / fixtures / pipeline_templates.yml
1 two_part:
2   uuid: zzzzz-p5p6p-aox0k0ofxrystgw
3   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
4   created_at: 2014-04-14 12:35:04 -0400
5   updated_at: 2014-04-14 12:35:04 -0400
6   modified_at: 2014-04-14 12:35:04 -0400
7   modified_by_client_uuid: zzzzz-ozdt8-brczlopd8u8d0jr
8   modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz
9   name: Two Part Pipeline Template
10   components:
11     part-one:
12       script: foo
13       script_version: master
14       script_parameters:
15         input:
16           required: true
17           dataclass: Collection
18           title: "Foo/bar pair"
19           description: "Provide a collection containing at least two files."
20     part-two:
21       script: bar
22       script_version: master
23       script_parameters:
24         input:
25           output_of: part-one
26         integer_with_default:
27           default: 123
28         integer_with_value:
29           value: 123
30         string_with_default:
31           default: baz
32         string_with_value:
33           value: baz
34         plain_string: qux
35         array_with_default: # important to test repeating values in the array!
36           default: [1,1,2,3,5]
37         array_with_value: # important to test repeating values in the array!
38           value: [1,1,2,3,5]