File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -54,12 +54,12 @@ Command-line parameters
54
54
.. code-block ::
55
55
56
56
$ attotree -h
57
-
57
+
58
58
Program: attotree (rapid estimation of phylogenetic trees using sketching)
59
59
Version: 0.1.3
60
60
Author: Karel Brinda <[email protected] >
61
61
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 ...]
63
63
64
64
positional arguments:
65
65
genomes input genome file (fasta / gzipped fasta / list of files when "-L")
@@ -73,6 +73,8 @@ Command-line parameters
73
73
-o FILE newick output [stdout]
74
74
-f STR tree inference algorithm (nj/upgma) [nj]
75
75
-L input files are list of files
76
+ -D debugging (don't remove tmp dir)
77
+ -V verbose output
76
78
77
79
78
80
You can’t perform that action at this time.
0 commit comments