Skip to content

Commit d48ada6

Browse files
committed
Update readme
1 parent e019cb4 commit d48ada6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.rst

+4-2
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ Command-line parameters
5454
.. code-block::
5555
5656
$ attotree -h
57-
57+
5858
Program: attotree (rapid estimation of phylogenetic trees using sketching)
5959
Version: 0.1.3
6060
Author: Karel Brinda <[email protected]>
6161
62-
usage: attotree [-k INT] [-s INT] [-t INT] [-o FILE] [-f STR] [-L] genomes [genomes ...]
62+
usage: attotree [-k INT] [-s INT] [-t INT] [-o FILE] [-f STR] [-L] [-D] [-V] genomes [genomes ...]
6363
6464
positional arguments:
6565
genomes input genome file (fasta / gzipped fasta / list of files when "-L")
@@ -73,6 +73,8 @@ Command-line parameters
7373
-o FILE newick output [stdout]
7474
-f STR tree inference algorithm (nj/upgma) [nj]
7575
-L input files are list of files
76+
-D debugging (don't remove tmp dir)
77+
-V verbose output
7678
7779
7880

0 commit comments

Comments
 (0)