From d93a5d734dc7c8623cd1dda628cbdec0a4a95295 Mon Sep 17 00:00:00 2001 From: Jayoung Kim Ryu Date: Tue, 16 Apr 2024 15:29:05 -0400 Subject: [PATCH] Update utils.py --- 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 5064aa4..de42ca4 100755 --- a/bean/mapping/utils.py +++ b/bean/mapping/utils.py @@ -200,7 +200,7 @@ def _get_input_parser(parser=None): parser.add_argument( "--guide-bc-len", help="Guide barcode sequence length at the beginning of the R2", - type=str, + type=int, default=4, ) parser.add_argument(