COMMAND-LINE USAGE
* USAGE: bipad [options] dnaseqs.txt [options] [> output filename]
* OPTIONS:
*
* Toggles (no values associated)
* -h help: print this text
* -1 ("one") just examine forward strand (default = both strands)
* -2 ("two") build bipartite model (default = homogeneous model)
* -d switch on printing the gap distance distribution
* -D turn off calculating penalty
* -f switch on printing full alignments
* -i switch on printing information weigth matrix (ribl)
* -M turn on mute (disable all printing)
* -P turn on printing search progress
* -q switch off uniform pseudocounts (default = uniform distribution)
* -s switch on printing symvec for drawing seqlogo
* -u switch off uniform background (disabled)
* -z turn on ZOOPS (default = OOPS)
*
* Set values
* -T [project title] (default = 'TFBS binding sites')
* -a [minimum gap size] (default = 0 bps)
* -A position assignment file
* -b [maximum gap size] (default = 6 bps)
* -B [maximum printing gap] (default = 20 bps)
* -G [algorithm code] (default = greedy)
* -j [flanking bases] for right motif (default = 0)
* -k [flanking bases] for left or homogeneous motif (default = 0)
* -l [width] for left-motif (default = 6 bps)
* -m [width] for right-motif (deafult = 6 bps)
* -n [width] for homogeneous motif (default = 6 bps)
* -p [total pseudocounts] (deafult = 1.5)
* -y [number of monte carlo cycles] (default = 10)
*
* EXAMPLE:
* bash-2.05$ bipad -2D -l8 -m8 -dis -a3 -b9 -y500 -T'CRP sites' crp.txt