Skip to content

Commit

Permalink
add strobealign to mappers in help
Browse files Browse the repository at this point in the history
  • Loading branch information
AroneyS committed May 31, 2024
1 parent c0eb05f commit 7dae171
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 @@ -57,6 +57,10 @@ fn add_mapping_options(manual: Manual) -> Manual {
&monospace_roff("minimap2-sr"),
&format!("minimap2 with '{}' option", &monospace_roff("-x sr"))
],
&[
&monospace_roff("strobealign"),
"strobealign using default parameters"
],
&[
&monospace_roff("bwa-mem"),
"bwa mem using default parameters"
Expand Down

0 comments on commit 7dae171

Please sign in to comment.