From 871bc71a503128b8de55121898b27b6ac3952c1a Mon Sep 17 00:00:00 2001 From: Curro Campuzano <69399781+currocam@users.noreply.github.com> Date: Thu, 21 Mar 2024 15:41:33 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82f1f01..3a88858 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Speedytree is a program for building phylogenetic trees from large Phylip distance matrices. I wrote it as part of my MSc. in Bioinformatics at the University of Aarhus. It implements the canonical algorithm, as well as the RapidNJ heuristic. ### Installation -You can either download the binary from the releases page or build it yourself. To build it yourself you need to have nightly Rust installed. Then you can run `cargo build --release` to build the binary. The binary will be located in `target/release/speedytree`. +You can either download the binary from the releases page or build it yourself. To build it yourself you need to have Rust installed. Then you can run `cargo build --release` to build the binary. The binary will be located in `target/release/speedytree`. ### Usage Speedytree takes a Phylip distance matrix as input and outputs a Newick tree. It can be used like this: