diff options
author | Justin Bedo <cu@cua0.org> | 2023-01-16 11:57:58 +1100 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2023-01-17 09:23:20 +1100 |
commit | ddf49e4cce3978368cc08e015e5d1492a5b7c93f (patch) | |
tree | 5480746407af678e9694100b51b75a9807e56f74 /README | |
parent | e65843243bb0c131b040db0fd437dc22e924316f (diff) |
basic README and license
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +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. |