Skip to content

Commit

Permalink
Edited command line help message
Browse files Browse the repository at this point in the history
  • Loading branch information
brianli314 committed Aug 31, 2024
1 parent 5653ae8 commit ee06288
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/command_line.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ pub struct PalinArgs {

#[derive(Debug, Subcommand)]
pub enum AlgorithmType {
///Use WFA algorithm, allows mismatches and gaps.
///Use fast WFA algorithm, allows mismatches and indels and uses more complex pruning
Wfa(WfaArgs),
///Use fixed-mismatches algorithm, only allows x mismatches rather than a ratio depending on length
///Use fixed-mismatches algorithm, only allows fixed number mismatches and no indels
FixedMismatch(FixedArgs),
}

Expand Down

0 comments on commit ee06288

Please sign in to comment.