Bsoft 2.1.4
Bernard's software package
btree.cpp File Reference

Program to process trees. More...

#include "rwtree.h"
#include "ps_tree.h"
#include "utilities.h"
#include "options.h"
#include "timer.h"

Functions

int main (int argc, char **argv)
 

Variables

int verbose
 
const char * use []
 

Detailed Description

Program to process trees.

Author
Bernard Heymann
Date
Created: 20010722
Modified: 20030608

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Variable Documentation

◆ use

const char* use[]
Initial value:
= {
" ",
"Usage: btree [options] tree.ph tree.ps",
"--------------------------------------",
"Draws phylogenetic trees as postscript.",
"Handles phylip format trees as input.",
" ",
"Parameters:",
"-verbose 7 Verbosity of output.",
"-scale 350 Scale for postscript output (default 200).",
"-rotate 110 Rotate for postscript output (default 0 degrees).",
" ",
NULL
}

◆ verbose

int verbose
extern