Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's tools.
NJplot is a tool written in C (with French comments) that I use to plot Newick trees.
When using NJplot from command line, the following should work:
njplot -psonly tree.txt |
(assuming tree.txt exists, which it does). The reply I get, however, is the following:
Segmentation fault |
To solve this problem, use the following command instead:
newicktops "tree.txt" |
Your tree will be written to 'tree.ps'.
Go back to Richel Bilderbeek's tools.
Go back to Richel Bilderbeek's homepage.