Skip to content
Snippets Groups Projects
Commit a63d0d9a authored by Alexis  CRISCUOLO's avatar Alexis CRISCUOLO :black_circle:
Browse files

v1.1.181205ac

parent 2ee3b939
No related branches found
No related tags found
No related merge requests found
...@@ -85,15 +85,15 @@ ...@@ -85,15 +85,15 @@
USAGE: USAGE:
JolyTree.sh [options] JolyTree.sh [options]
where: where:
-i <directory> a directory name containing FASTA-formatted contig files; only files -i <directory> directory name containing FASTA-formatted contig files; only files
ending with .fa, .fna, .fas or .fasta will be considered (mandatory) ending with .fa, .fna, .fas or .fasta will be considered (mandatory)
-b <basename> the basename of every written output file (mandatory) -b <basename> basename of every written output file (mandatory)
-s <int> the sketch size when preprocessing contig files (default: automatic) -s <int> sketch size (default: 25% of the largest genome size)
-q <double> desired probability of observing a random k-mer (default: 0.0001) -q <double> probability of observing a random k-mer (default: 0.0001)
-k <int> the k-mer size when preprocessing contig files (default: estimated -k <int> k-mer size (default: estimated from the average genome size with the
from the average genome size with option -q) probability set by option -q)
-c <real> if at least one of the estimated p-distances is above this specified -c <real> if at least one of the estimated p-distances is above this specified
cutoff, then a F81 transformation will be performed (default: 0.1) cutoff, then a F81 correction is performed (default: 0.1)
-n no BME tree inference (only pairwise distance estimation) -n no BME tree inference (only pairwise distance estimation)
-r <int> number of steps when performing the ratchet-based BME tree search -r <int> number of steps when performing the ratchet-based BME tree search
(default: 100) (default: 100)
......
...@@ -18,7 +18,7 @@ _JolyTree_ runs on UNIX, Linux and most OS X operating systems. ...@@ -18,7 +18,7 @@ _JolyTree_ runs on UNIX, Linux and most OS X operating systems.
**B.** Clone this repository with the following command line: **B.** Clone this repository with the following command line:
```bash ```bash
git clone https://gitlab.pasteur.fr/GIPhy/jolytree.git git clone https://gitlab.pasteur.fr/GIPhy/JolyTree.git
``` ```
**C.** If at least one of the four required binaries (step A) is not available on your `$PATH` variable, edit the file `JolyTree.sh` and indicate the local path to the mash, gawk, FastME and/or REQ binary(ies) (approximately between lines 100 and 200): **C.** If at least one of the four required binaries (step A) is not available on your `$PATH` variable, edit the file `JolyTree.sh` and indicate the local path to the mash, gawk, FastME and/or REQ binary(ies) (approximately between lines 100 and 200):
...@@ -86,7 +86,7 @@ chmod +x JolyTree.sh ...@@ -86,7 +86,7 @@ chmod +x JolyTree.sh
**E.** Execute _JolyTree_ with the following command line model: **E.** Execute _JolyTree_ with the following command line model:
```bash ```bash
./jolyTree.sh [options] ./JolyTree.sh [options]
``` ```
## Usage ## Usage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment