diff options
author | Justin Bedo <cu@cua0.org> | 2023-01-17 17:41:27 +1100 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2023-01-17 17:41:57 +1100 |
commit | 67309843bae5bfb88c7416f89809e38a400da209 (patch) | |
tree | ef66cfbcda54958f88a8c1deba048db73798bec7 | |
parent | 0e45006f1f5a5c0837aef19726a496394fff2436 (diff) |
document header row
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ This infers a phylogentic tree from SNV calls. The input file format is textual with rows corresponding to (copy-neutral) SNV calls that contain an identifier (ignored) and any number count/depth pairs separated by whitespace. Count and -depth must be natural numbers with count ≤ depth. See `--help` flag for -options. +depth must be natural numbers with count ≤ depth. The first row is assumed to +be a header and is ignored. See `--help` flag for options. |