Skip to content

Commit 297802e

Browse files
committed
Fix typo in help text
1 parent 92c3943 commit 297802e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

badread/__main__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ def simulate_subparser(subparsers):
9797
help='Fragment length distribution (mean and stdev, '
9898
'default: DEFAULT)')
9999
sim_args.add_argument('--identity', type=str, default='95,99,2.5',
100-
help='Sequencing identity distribution (mean, max and stdev for beta '
101-
'distribution, or mean and stdev for normal qscore distribution , '
100+
help='Sequencing identity distribution (mean,max,stdev for beta '
101+
'distribution, or mean,stdev for normal qscore distribution, '
102102
'default: DEFAULT)')
103103
sim_args.add_argument('--error_model', type=str, default='nanopore2023',
104104
help='Can be "nanopore2018", "nanopore2020", "nanopore2023", '

0 commit comments

Comments
 (0)