File tree 2 files changed +13
-6
lines changed
2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 84
84
"time" : " 1-00:00:00" ,
85
85
"gres" : " lscratch:750"
86
86
},
87
- "deepsomatic_call_variants " : {
87
+ "deepsomatic_call_variants_gpu " : {
88
88
"threads" : " 16" ,
89
89
"mem" : " 60G" ,
90
90
"partition" : " gpu" ,
91
91
"gres" : " gpu:a100:1,lscratch:450" ,
92
- "time" : " 1-00:00:00"
92
+ "time" : " 1-12:00:00"
93
+ },
94
+ "deepsomatic_call_variants_cpu" : {
95
+ "threads" : " 36" ,
96
+ "mem" : " 120G" ,
97
+ "gres" : " lscratch:450" ,
98
+ "time" : " 3-00:00:00"
93
99
},
94
100
"deepsomatic_postprocess_variants" : {
95
- "threads" : " 4 " ,
96
- "mem" : " 64G " ,
101
+ "threads" : " 6 " ,
102
+ "mem" : " 72G " ,
97
103
"time" : " 1-00:00:00" ,
98
- "gres" : " lscratch:256 "
104
+ "gres" : " lscratch:450 "
99
105
},
100
106
"deepvariant" : {
101
107
"threads" : " 18" ,
Original file line number Diff line number Diff line change @@ -148,5 +148,6 @@ rule deepsomatic:
148
148
--sample_name_tumor={params.tumor} {params.normal_name_option} \\
149
149
--output_vcf={output.vcf} \\
150
150
--num_shards={threads} \\
151
- --intermediate_results_dir=${{tmp}}
151
+ --intermediate_results_dir=${{tmp}} \\
152
+ --vcf_stats_report=false
152
153
"""
You can’t perform that action at this time.
0 commit comments