Skip to content

Commit

Permalink
add strobealign to help
Browse files Browse the repository at this point in the history
  • Loading branch information
AroneyS committed Nov 11, 2024
1 parent cb7b458 commit fbe5605
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ fn add_mapping_options(manual: Manual) -> Manual {
&monospace_roff("minimap2-no-preset"),
&format!("minimap2 with no '{}' option", &monospace_roff("-x"))
],
&[
&monospace_roff("strobealign"),
"strobealign using default parameters"
],
])
)))
.option(Opt::new("PARAMS").long("--minimap2-params").help(&format!(
Expand Down

0 comments on commit fbe5605

Please sign in to comment.