Skip to content

Commit

Permalink
Merge pull request #231 from wwood/fix-docs
Browse files Browse the repository at this point in the history
fix dereplication docs
  • Loading branch information
wwood authored Dec 5, 2024
2 parents cb7b458 + 446e425 commit e9938d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ and some mapping software:
* [bwa-mem2](https://github.com/bwa-mem2/bwa-mem2) v2.0

For dereplication:
* [skani](https://github.com/bluenote-1577/skani) v0.1.1
* [Dashing](https://github.com/dnbaker/dashing) v0.4.0
* [FastANI](https://github.com/ParBLiSS/FastANI) v1.3

Expand Down
8 changes: 4 additions & 4 deletions src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -734,10 +734,10 @@ pub fn genome_full_help() -> Manual {
Flag::new().long("--dereplicate").help(
"Do genome dereplication via average nucleotide \
identity (ANI) - choose a genome to represent \
all within a small distance, using Dashing for \
preclustering and FastANI for final ANI \
calculation. When this flag is used, dereplication occurs \
transparently through the Galah method (https://github.com/wwood/galah) [default: not set]",
all within a small distance, using skani for \
clustering by default. When this flag is used, \
dereplication occurs transparently through the \
Galah method (https://github.com/wwood/galah) [default: not set]",
),
);
derep_section =
Expand Down

0 comments on commit e9938d3

Please sign in to comment.