You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
err_msg=f"Maximum AF/AD control ('control_af_max' = {arg_dict['control_af_max']}, 'control_ad_max' = {arg_dict['control_ad_max']}) requires '--control_af_tag' to be set"
67
+
error_message(err_msg, logger)
68
+
52
69
# check that minimum/maximum depth/allelic fractions are set correctly
53
70
dp_tumor_set=False
54
71
ifarg_dict['tumor_dp_min'] isnotNone:
@@ -135,22 +152,6 @@ def verify_args(arg_dict):
135
152
err_msg=f"Minimum AF (tumor) for TMB calculation ('tmb_af_min' = {str(arg_dict['tmb_af_min'])}) must be "
136
153
err_msg+=f"greater or equal to minimum AF tumor ({str(arg_dict['tumor_af_min'])}, i.e. global filter for variant inclusion in report)"
err_msg=f"Maximum AF/AD control ('control_af_max' = {arg_dict['control_af_max']}, 'control_ad_max' = {arg_dict['control_ad_max']}) requires '--control_af_tag' to be set"
153
-
error_message(err_msg, logger)
154
155
155
156
# Check that coding target size region of sequencing assay is set correctly
0 commit comments