#include "rafreader.h"
#include "error.h"
#include "typedefs.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: joinraf <in_1> <in_2> ...\n"
" where <in_i> are input files in raf format."
" Writes to standard output.\n"
" Each input file should summarize the same number of genomes.\n"