Skip to content

Commit

Permalink
Update usage text
Browse files Browse the repository at this point in the history
  • Loading branch information
rrwick committed Jun 9, 2023
1 parent e89168c commit 09fb308
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@ Simulation parameters:
Length and identity and error distributions
--length LENGTH Fragment length distribution (mean and stdev, default: 15000,13000)
--identity IDENTITY Sequencing identity distribution (mean, max and stdev, default:
--identity IDENTITY Sequencing identity distribution (mean,max,stdev for beta
distribution or mean,stdev for normal qscore distribution, default:
95,99,2.5)
--error_model ERROR_MODEL Can be "nanopore2018", "nanopore2020", "nanopore2023", "pacbio2016",
"random" or a model filename (default: nanopore2023)
Expand Down
2 changes: 1 addition & 1 deletion badread/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def simulate_subparser(subparsers):
'default: DEFAULT)')
sim_args.add_argument('--identity', type=str, default='95,99,2.5',
help='Sequencing identity distribution (mean,max,stdev for beta '
'distribution, or mean,stdev for normal qscore distribution, '
'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 09fb308

Please sign in to comment.