Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaGuarracino committed Nov 23, 2023
1 parent a71a369 commit 97979e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion partition-before-pggb
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ if [ "$show_help" == true ]; then
echo " -p, --map-pct-id PCT percent identity for mapping/alignment [default: "$MAP_PCT_ID"]"
echo " -c, --n-mappings N number of mappings for each segment [default: 1]"
echo " -g, --hg-filter-ani-diff N filter out mappings unlikely to be N% less than the best mapping [default: "$HG_FILTER_ANI_DIFF"%]"
echo " -N, --no-split disable splitting of input sequences during mapping [default: enabled]"
echo " -N, --no-splits disable splitting of input sequences during mapping [default: enabled]"
echo " -x, --sparse-map N keep this fraction of mappings ('auto' for giant component heuristic) [default: 1.0]"
echo " -K, --mash-kmer N kmer size for mapping [default: "$MASH_KMER"]"
echo " -F, --mash-kmer-thres N ignore the top % most-frequent kmers [default: "$MASH_KMER_THRES"]"
Expand Down

0 comments on commit 97979e5

Please sign in to comment.