{ "args": { "app_name": "merge_and_cut", "app_version": "", "language": "wdl", "wdl_directory_url": "https://raw.githubusercontent.com/4dn-dcic/tibanna/master/examples/merge_and_cut", "wdl_main_filename": "merge_and_cut.wdl", "wdl_child_filenames": ["merge.wdl"], "input_files": { "merge_and_cut.smallfiles": { "bucket_name": "my-tibanna-test-input-bucket", "object_key": [ [["smallfile1", "smallfile2"], ["smallfile3", "smallfile4"]], [["smallfile5", "smallfile6"], ["smallfile7", "smallfile8"]] ] } }, "secondary_files": {}, "input_parameters": {}, "output_S3_bucket": "my-tibanna-test-bucket", "output_target": { "merge_and_cut.merged_and_cut": "some_sub_dirname/my_first_merged_and_cut_file" }, "secondary_output_target": {} }, "config": { "ebs_size": 10, "EBS_optimized": true, "instance_type": "t3.micro", "password": "whateverpasswordworks", "log_bucket": "my-tibanna-test-bucket" } }