Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ ancestral states.

## Requirements
* Python 2.7.6+
* Biopython 1.63+ (python-biopython)
* Muscle Alignment
* [Biopython >=1.63](Biopython)
* [http://www.drive5.com/muscle/downloads.htm](MUSCLE)
* ncbi-tools (ncbi-tools-bin)
* BLAST2 (blast2)
* BLAST+ (ncbi-blast+)
* ete3 (python framework for trees)

* [http://etetoolkit.org/](ete3)
install python-biopython muscle nscbi-tools-bin blast2 ete3
```
## Installation
User can either use github interface Download or type the following command in command line:
```bash
Expand All @@ -27,7 +28,7 @@ For the requirements, everything but ete3 can be installed using the following c
sudo apt-get install python-biopython ncbi-tools-bin blast2 ncbi-blast+ muscle
```

For ete3, user can check installation instructions on this website: http://etetoolkit.org/download/
For ete3, check installation instructions on this website: http://etetoolkit.org/download/

## Usage

Expand Down