#include "strdblqueue.h"
#include "misc.h"
#include <strings.h>
#include <time.h>
#include <unistd.h>
|
void | usage (void) |
| Print usage message and die. More...
|
|
int | main (int argc, char **argv) |
|
◆ usage()
static void usage |
( |
void |
| ) |
|
Print usage message and die.
Parse output of ms.
◆ usageMsg
Initial value:=
"usage: bepe [options] <realdat> <bdat1> <bdat2> ... -L <real.legofit>\n"
" <b1.legofit> <b2.legofit> ...\n" "\n"
" where realdat is the real data, each \"bdat\" file is the data\n"
" for one bootstrap or simulation replicate, and each \"b#.legofit\"\n"
" file is the legofit output from the corresponding bootstrap replicate\n"
" Must include realdat file and at least 2 bootstrap replicates.\n" "\n"
"Options:\n"
" -h or --help : print this message\n"