Skip to content

Commit

Permalink
fix argument name
Browse files Browse the repository at this point in the history
  • Loading branch information
jykr committed Apr 11, 2024
1 parent 1114679 commit 09c6926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bean/cli/qc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 09c6926

Please sign in to comment.