Skip to content

Commit

Permalink
Fix typo in help text
Browse files Browse the repository at this point in the history
  • Loading branch information
rrwick committed Jun 6, 2023
1 parent 92c3943 commit 297802e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions badread/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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", '
Expand Down

0 comments on commit 297802e

Please sign in to comment.