From 297802eac81fff2fc39b140ec71c37366222f4d3 Mon Sep 17 00:00:00 2001 From: Ryan Wick Date: Tue, 6 Jun 2023 17:26:51 +1000 Subject: [PATCH] Fix typo in help text --- badread/__main__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/badread/__main__.py b/badread/__main__.py index 68a78ba..8e82f0b 100644 --- a/badread/__main__.py +++ b/badread/__main__.py @@ -97,8 +97,8 @@ def simulate_subparser(subparsers): help='Fragment length distribution (mean and stdev, ' 'default: DEFAULT)') sim_args.add_argument('--identity', type=str, default='95,99,2.5', - help='Sequencing identity distribution (mean, max and stdev for beta ' - 'distribution, or mean and stdev for normal qscore distribution , ' + help='Sequencing identity distribution (mean,max,stdev for beta ' + 'distribution, or mean,stdev for normal qscore distribution, ' 'default: DEFAULT)') sim_args.add_argument('--error_model', type=str, default='nanopore2023', help='Can be "nanopore2018", "nanopore2020", "nanopore2023", '