Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions docs/src/installing/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,7 @@ GTDB-Tk makes use of the following 3rd party dependencies and assumes they are o
* - `FastTree <http://www.microbesonline.org/fasttree/>`_
- >= 2.1.9
- Price MN, et al. 2010. `FastTree 2 - Approximately Maximum-Likelihood Trees for Large Alignments <https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2835736/>`_. *PLoS One*, 5, e9490.
* - `Mash <https://github.com/marbl/Mash>`_
- >= 2.2
- Ondov BD, et al. 2016. `Mash: fast genome and metagenome distance estimation using MinHash <https://genomebiology.biomedcentral.com/articles/10.1186/s13059-016-0997-x>`_. *Genome Biol* 17, 132. doi: doi: 10.1186/s13059-016-0997-x.



Please cite these tools if you use GTDB-Tk in your work.
Expand Down
2 changes: 1 addition & 1 deletion gtdbtk/external/skani.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def run_all_vs_all(self, ql, rl,reverse_ql,reverse_rl,tmpdir,skani_preset=None,s


# lets sketch all genomes first
self.logger.info('Sketching refence genomes')
self.logger.info('Sketching reference genomes')
ref_sketch = self.sketch_references(rl,tmpdir,skani_sketch_dir,skani_preset)
self.logger.info('Done')

Expand Down