Skip to content

Commit

Permalink
Improving input parameter description
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffersonfparil authored Nov 1, 2023
1 parent 67749f5 commit e8d68e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ struct Args {
/// Minimum depth of coverage (loci with at least one pool below this threshold will be omitted)
#[clap(long, default_value_t = 1)]
min_coverage: u64,
/// Minimum allele frequency for associating the genotypes with the phenotype/s
/// Minimum allele frequency (per locus, alleles which fail to pass this threshold will be omitted allowing control over multiallelic loci)
#[clap(long, default_value_t = 0.001)]
min_allele_frequency: f64,
/// Maximum missingness rate, i.e. the maximum fraction of pools missing in each locus
Expand Down

0 comments on commit e8d68e4

Please sign in to comment.