source: branches/ali/GDE/PHYML20130708/phyml/src/interface.h

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

added most recent version of phyml

File size: 805 bytes
Line 
1/*
2
3PhyML:  a program that  computes maximum likelihood phylogenies from
4DNA or AA homologous sequences.
5
6Copyright (C) Stephane Guindon. Oct 2003 onward.
7
8All parts of the source except where indicated are distributed under
9the GNU public licence. See http://www.opensource.org for details.
10
11*/
12
13#include <config.h>
14
15#ifndef INTERFACE_H
16#define INTERFACE_H
17
18#include "utilities.h"
19#include "help.h"
20#include "models.h"
21#include "free.h"
22#include "help.h"
23
24
25void Launch_Interface(option *input);
26void Clear();
27void Launch_Interface_Input(option *input);
28void Launch_Interface_Data_Type(option *input);
29void Launch_Interface_Model(option *input);
30void Launch_Interface_Topo_Search(option *input);
31void Launch_Interface_Branch_Support(option *input);
32void Launch_Interface_Multigene(option *input);
33
34#endif
Note: See TracBrowser for help on using the repository browser.