TOADS

TOpologies in Alignments of DNA Sequences

© Copyright:
Dirk Husmeier
Biomathematics and Statistics Scotland (BioSS)
August 2003

Compile and run the program

The program Toad.c is written in ANSI C. To compile it under UNIX, use the GNU or the CC compiler:

cc Toads.c -o Toads

or

gcc Toads.c -o Toads

Then run the program as follows:

Toads < input_file

where input_file is the name of the input file, which must be in sequential PHYLIP format. So if you want to try the program out on the example file provided with the package, give the command:

Toads < example.dat


Back to the main page
Last modified: August 2003