Skip to content

Commit 4d194e6

Browse files
committed
add mimag to initial description
1 parent 2c2edd3 commit 4d194e6

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ method. That is, it clusters microbial genomes together based on their average
1919
nucleotide identity (ANI), and chooses a single member of each cluster as the
2020
representative.
2121

22+
Galah also determines MIMAG quality scores for genomes based on their
23+
completeness, contamination and the presence of rRNA and tRNA genes.
24+
25+
## Clustering
26+
2227
Galah uses a greedy clustering approach to speed up genome dereplication,
2328
relative to e.g. [dRep](https://drep.readthedocs.io/), particularly when there
2429
are many closely related genomes (i.e. >95% ANI). Generated cluster

docs/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ method. That is, it clusters microbial genomes together based on their average
1919
nucleotide identity (ANI), and chooses a single member of each cluster as the
2020
representative.
2121

22+
Galah also determines MIMAG quality scores for genomes based on their
23+
completeness, contamination and the presence of rRNA and tRNA genes.
24+
25+
## Clustering
26+
2227
Galah uses a greedy clustering approach to speed up genome dereplication,
2328
relative to e.g. [dRep](https://drep.readthedocs.io/), particularly when there
2429
are many closely related genomes (i.e. >95% ANI). Generated cluster

0 commit comments

Comments
 (0)