From 80257edf7c265ac61cd201251cbde8bbffbd169f Mon Sep 17 00:00:00 2001 From: Jayoung Ryu Date: Mon, 22 Apr 2024 15:21:47 -0400 Subject: [PATCH] fix argument help message --- bean/mapping/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bean/mapping/utils.py b/bean/mapping/utils.py index fd823ff..1e3a4aa 100755 --- a/bean/mapping/utils.py +++ b/bean/mapping/utils.py @@ -163,7 +163,7 @@ def _get_input_parser(parser=None): ) parser.add_argument( "--skip-filtering", - help="Keep the read filtering", + help="Skip the read filtering", action="store_true", ) parser.add_argument(