source: tags/arb-6.0/GDE/MrBAYES/mrbayes_3.2.1/command.h

Last change on this file was 10416, checked in by aboeckma, 11 years ago

Added mr bayes (no menu yet)

File size: 1.1 KB
Line 
1int         AddString (char ***list, int len, char *token);
2SafeLong    Expecting (int y);
3int         CheckString (char **list, int len, char *token, int *matchIndex);
4int         CheckStringValidity (char *s);
5int         DoExecute (void);
6int         FreeMatrix (void);
7int             GetToken (char *token, int *tokenType, char **sourceH);
8int             FindValidCommand (char *tk, int *numMatches);
9int         IsArgValid (char *s, char *validArg);
10int         IsIn (char ch, char *s);
11int         IsSame (char *s1, char *s2);
12int         IsWhite (char c);
13int         ParseCommand (char *s);
14void        ResetCharacterFlags(void);
15void        ResetTaxaFlags(void);
16int         RootUserTree (TreeNode *p);
17void        SetUpParms (void);
18void            ShowNodes (TreeNode *p, int indent, int isThisTreeRooted);
19int             ShowTree (Tree *t);
20void        State_CODON (char *state, int code, int division);
21void        State_DOUBLET (char *state, int code);
22int                     StateCode_AA (int n);
23int                     StateCode_NUC4 (int n);
24int                     StateCode_Std (int n);
25char            WhichNuc (int x);
Note: See TracBrowser for help on using the repository browser.