From ddf49e4cce3978368cc08e015e5d1492a5b7c93f Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Mon, 16 Jan 2023 11:57:58 +1100 Subject: basic README and license --- README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..e9503bc --- /dev/null +++ b/README @@ -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. -- cgit v1.2.3