Skip to content

Commit

Permalink
fix dereplication docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AroneyS committed Dec 5, 2024
1 parent cb7b458 commit 38618c5
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 38618c5

Please sign in to comment.