-
Notifications
You must be signed in to change notification settings - Fork 31
/
aws_batch_cfg.json
79 lines (79 loc) · 2.09 KB
/
aws_batch_cfg.json
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "AWS_Batch_config",
"version": "3.3",
"debug": 0,
"configuration": {
"memory_limits": {
"aggregate_list":2000,
"assoc_aggregate":16000,
"assoc_combine":6000,
"assoc_plots":24000,
"assoc_report":2000,
"assoc_single":8000,
"assoc_window":20000,
"cleanup":8000,
"combine_variants":8000,
"find_unrelated":8000,
"grm":20000,
"grm_combine":4000,
"ibd_king":8000,
"kinship_plots":8000,
"ld_pruning":51000,
"merge_gds":12000,
"unique_variants":16000,
"check_merged":16000,
"null_model":51000,
"pca_byrel":8000,
"pca_corr":8000,
"pca_corr_plots":32000,
"pca_plots":2000,
"pcrelate":8000,
"vcf2gds":8000
},
"autogen_ce": "No",
"aws_profile": "nhlbi_compute",
"pricing": "EC2",
"batch_instances": "",
"pipeline_path": "/usr/local/analysis_pipeline",
"queue": "topmed_general_od",
"maxperf": 0,
"resume_script": "resume_analysis.py",
"enable_resume": false,
"job_parameters": {
"wd" : "",
"rd" : "tbd",
"ra" : "tbd",
"lf" : "runrscript.log",
"bm" : "1",
"tmo": "60",
"db" : "1",
"po" : "0",
"at" : "0",
"mc" : "not used",
"tf" : "1"
},
"submit_opts": {
"jobdef": "TM_roybranch",
"vcpus": 1,
"memory": 5000,
"dependsOn": [],
"command": []
},
"retryStrategy": {
"attempts": 1
},
"sync_job": {
"parameters": {
"msg": "Dependent jobs completed\n",
"jids": ""
},
"submit_opts": {
"jobdef": "TM_sync",
"dependsOn": []
}
},
"run_cmd": {
"docker_image": "uwgac/topmed-roybranch:latest"
}
}
}