From 09c69268b55c4fee61b5091c88f73811c6ed5ac5 Mon Sep 17 00:00:00 2001 From: jykr Date: Thu, 11 Apr 2024 13:22:58 -0400 Subject: [PATCH] fix argument name --- bean/cli/qc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bean/cli/qc.py b/bean/cli/qc.py index aa43a35..31ab475 100755 --- a/bean/cli/qc.py +++ b/bean/cli/qc.py @@ -36,7 +36,7 @@ def main(args): edit_quantification_end_pos=args.edit_end_pos, target_pos_col=args.target_pos_col, rel_pos_is_reporter=args.rel_pos_is_reporter, - corr_X_thres=args.count_correlation_thres, + count_correlation_thres=args.count_correlation_thres, edit_rate_thres=args.edit_rate_thres, posctrl_col=args.posctrl_col, posctrl_val=args.posctrl_val,