Last change
on this file was
13845,
checked in by westram, 10 years ago
|
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
1.1 KB
|
Line | |
---|
1 | /*********************CLUSTALV.H*********************************************/ |
---|
2 | /****************************************************************************/ |
---|
3 | |
---|
4 | /* |
---|
5 | Main header file for ClustalV. Uncomment ONE of the following 4 lines |
---|
6 | depending on which compiler you wish to use. |
---|
7 | */ |
---|
8 | |
---|
9 | /*#define VMS 1 VAX VMS */ |
---|
10 | |
---|
11 | /*#define MAC 1 Think_C for MacIntosh */ |
---|
12 | |
---|
13 | /*#define MSDOS 1 Turbo C for PC's */ |
---|
14 | |
---|
15 | #define UNIX 1 /* Ultrix/Decstation or Gnu C for Sun */ |
---|
16 | |
---|
17 | /***************************************************************************/ |
---|
18 | /***************************************************************************/ |
---|
19 | |
---|
20 | #include "general.h" |
---|
21 | |
---|
22 | #define MAXNAMES 12 /* Max chars read for seq. names */ |
---|
23 | #define MAXTITLES 60 /* Title length */ |
---|
24 | #define FILENAMELEN 256 /* Max. file name length */ |
---|
25 | |
---|
26 | #define UNKNOWN 0 |
---|
27 | #define EMBLSWISS 1 |
---|
28 | #define PIR 2 |
---|
29 | #define PEARSON 3 |
---|
30 | |
---|
31 | #define PAGE_LEN 22 /* Number of lines of help sent to screen */ |
---|
32 | |
---|
33 | |
---|
34 | #define DIRDELIM '/' |
---|
35 | #define MAXLEN 15000 |
---|
36 | #define MAXN 300 |
---|
37 | #define FSIZE 25000 |
---|
38 | #define LINELENGTH 60 |
---|
39 | #define GCG_LINELENGTH 50 |
---|
Note: See
TracBrowser
for help on using the repository browser.