#include "rafreader.h"
#include "misc.h"
#include "strint.h"
#include "error.h"
#include <ctype.h>
#include <errno.h>
#include <getopt.h>
#include <gsl/gsl_rng.h>
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
|
static void | usage (void) |
| Print usage message and die.
|
|
int | main (int argc, char **argv) |
|
◆ useMsg
Initial value:=
"\nUsage: raf2daf [options] <in_1> <in_2> <in_3>... \n"
" where <in_i> are input files in raf format, the last of which\n"
" should be the outgroup. Output daf files have names like those\n"
" of input files but with raf changed to daf. At least 3 input\n"
" files are required"