RuG/L04

Manuals

clnewick

Description

translate a cluster file to the Newick tree format

Synopsis

clnewick [-o filename] cluster-file

Options

-o filename
Output file

Purpose

This program can be used to translate the output of the cluster program, into the Newick tree format.

Example

Since both cluster and clnewick read from standard input and write to standard output, these programs can be joined in a pipe:
    cluster -wm diftable | clnewick > newick.txt