Skip to content

Commit 62675be

Browse files
committed
Add null values to cwl_job_input.yml.template to satisfy workflow
requirements.
1 parent 504ed3b commit 62675be

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed
Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,24 @@
1-
parameters: {}
1+
parameters:
2+
summary_table_filename: null
3+
example_argument_string: null
4+
example_argument_int: null
5+
example_argument_float: null
6+
example_argument_empty: null
7+
example_argument_bool: null
28
stage_in:
39
stac_json:
410
class: File
511
path: "cmr_results.json"
612
download_type: DAAC
713
edl_username: "base64.standard_b64encode(username)"
814
edl_password: "base64.standard_b64encode(password)"
15+
stage_out: # Anonymous record type.
16+
unity_username: null
17+
unity_password: null
18+
unity_dapa_api: null
19+
unity_client_id: null
20+
staging_bucket: null
21+
collection_id: null
22+
aws_session_token: null
23+
aws_secret_access_key: null
24+
aws_access_key_id: null

0 commit comments

Comments
 (0)