From e04dbdcaee7b1bc5a1da846ef315baebff676ab0 Mon Sep 17 00:00:00 2001 From: Zhen Cao <347402972@qq.com> Date: Fri, 4 Mar 2022 11:54:53 -0600 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d15af125..844ecfaf 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@ ## Installation 1. To download the binary java package directly, you can click -[PhyloNet.jar](https://github.com/NakhlehLab/PhyloNet/releases/latest/download/PhyloNet.jar) +[PhyloNet.jar](https://github.com/NakhlehLab/PhyloNet/releases/latest/download/PhyloNet.jar). -2. To download the source code and build by yourself, you can clone the repo and use command "ant" +2. To download the source code and build by yourself, you can clone the repo and use command "ant". ## Usage -The basic usage is java -jar PhyloNet.jar name.nex -* [PhyloNet homepage](https://bioinfocs.rice.edu/phylonet) +The basic usage is java -jar PhyloNet.jar name.nex. +* [PhyloNet homepage](https://bioinfocs.rice.edu/phylonet). * [General overview](https://wiki.rice.edu/confluence/display/PHYLONET/PhyloNet+3+General+Overview) for installation, basic usage, input and output examples. * [List of PhyloNet commands](https://wiki.rice.edu/confluence/display/PHYLONET/List+of+PhyloNet+Commands) for preparing nexus files for command. * [PhyloNet tutorial](https://wiki.rice.edu/confluence/pages/viewpage.action?pageId=39500205) for input nexus file examples of phylogenetic network inference.