Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jykr authored Apr 16, 2024
1 parent 6565bd9 commit d93a5d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bean/mapping/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit d93a5d7

Please sign in to comment.