DAWG VERSION 1.0.0 - DNA ASSEMBLY WITH GAPS
Copyright (C) (2005) Reed A. Cartwright - All rights reserved.
DESCRIPTION
Dawg is an application that will simulate nucleotide evolution with gaps.
CONTACT
rac@uga.edu or reed@scit.us
LICENSE
See COPYING for license information.
INSTALLATION
See INSTALL for installation instructions.
DOWNLOAD
Dawg 1.0.0 can be downloaded from , all
later versions can be downloaded from the development page for Dawg,
.
MAILING LIST
To participate in the development of Dawg you can subscribe to the mailing
list at .
EXAMPLES
example0.dawg - minimal
example1.dawg - typical usage
example2.dawg - simple indel formation
example3.dawg - robust indel formation
example4.dawg - recombination
COMMAND LINE USAGE
dawg -[scubvh?] file1 [file2...]
-s: process files serially [default]
-c: process files combined together
-u: unbuffered output
-b: buffered output [default]
-v: display version information
-h: display help information
-?: same as -h
Dawg will read stdin if filename is "-".
FILE FORMAT
The file format takes a series of statements in the form of "name = value,"
where "name" is alphanumeric and value can be a string, number, boolean,
tree, or vector of values. A single variable is equivalent to a vector of
a single entry.
string: "[char-sequence]"
<