JPRED-2 Add alscript to the Git repository
[jpred.git] / sources / alscript / src / defaults.h
1 /*****************************************************************************/
2                                 /* Defaults - all TOTAL lengths inc NULL*/
3
4 #define MAX_ID_LEN 20           /* Protein ID Length */
5 #define MAX_TITLE_LEN 500       /* Protein Title line */
6 #define MAX_SEQ_LEN   8000      /* Sequence Length */
7 #define MAX_NSEQ 1000           /* Number or Proteins */
8 #define MAX_COM_LEN 20          /* maximum length for command words */
9 #define MAX_MATRIX_SIDE 25      /* maximum dimension for pairscore matrix */
10 #define MAX_BLOC_SEQ 500        /* max number of sequences is a blocfile */
11 #define MAX_FILE_LEN 100        /* max number of characters in a filename */
12 #define MAX_INFO 20
13 #define MAX_INLEN 500            /* max input line length */
14
15 #define INTSIZ sizeof(int)
16 #define CSIZ sizeof(char)
17 #define SQSIZ sizeof(struct seqdat)
18
19 #define SMALL -100000
20
21  
22
23
24
25
26