From a9f579139791f10ca8d34ac53786858c848cf82c Mon Sep 17 00:00:00 2001 From: Amandine PERRIN <amandine.perrin@pasteur.fr> Date: Mon, 26 Oct 2020 09:54:50 +0100 Subject: [PATCH] change wording --- doc/source/starting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/starting.rst b/doc/source/starting.rst index c7260a48..e47a546a 100755 --- a/doc/source/starting.rst +++ b/doc/source/starting.rst @@ -11,7 +11,7 @@ Dependencies ``PanACoTA`` is written in **python3**. So, you need python3 (and pip3 for installation) to run it. -There are several external dependencies, and you can install only the ones you need for your study: +There are several external dependencies. Install only the one(s) you need, according to the module(s) you want to use: - For prepare module: `mash <https://mash.readthedocs.io/en/latest/>`_ (to filter genomes) - For annotate module: `prokka <https://github.com/tseemann/prokka>`_ and/or `prodigal <https://github.com/hyattpd/Prodigal>`_ (to uniformly annotate your genomes) -- GitLab