Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericlemoine authored Jul 3, 2017
1 parent 61867d6 commit 63fc81e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ GoTree is a set of command line tools to manipulate phylogenetic trees. It is im

The goal is to handle phylogenetic trees in [Newick](https://en.wikipedia.org/wiki/Newick_format) format, through several basic commands. Each command may print result (a tree for example) in the standard output, and thus can be piped to the standard input of the next gotree command.

See also [Goalign](https://github.com/fredericlemoine/goalign) for handling multiple alignments.

**Example:**
```[bash]
$ gotree generate uniformtree -l 100 -n 10 | gotree stats
Expand Down

0 comments on commit 63fc81e

Please sign in to comment.