source: tags/arb-6.0/GDE/PHYML/options.h

Last change on this file was 4073, checked in by westram, 18 years ago
  • phyml 2.4.5
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 653 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#ifndef OPTIONS_H
14#define OPTIONS_H
15
16void Usage();
17option *Get_Input(int argc, char **argv);
18void Init_Optimiz(optimiz *s_opt);
19void Get_Input_Interactive(option *input);
20void Get_Input_CommandLine_DNA(option *input, int argc, char **argv);
21void Get_Input_CommandLine_AA(option *input, int argc, char **argv);
22void Set_Defaults(option* input);
23
24#endif
Note: See TracBrowser for help on using the repository browser.