JPRED-2 Add alscript to the Git repository
[jpred.git] / sources / alscript / src / defaults.h
diff --git a/sources/alscript/src/defaults.h b/sources/alscript/src/defaults.h
new file mode 100644 (file)
index 0000000..04347c6
--- /dev/null
@@ -0,0 +1,26 @@
+/*****************************************************************************/
+                               /* Defaults - all TOTAL lengths inc NULL*/
+
+#define MAX_ID_LEN 20          /* Protein ID Length */
+#define MAX_TITLE_LEN 500      /* Protein Title line */
+#define MAX_SEQ_LEN   8000     /* Sequence Length */
+#define MAX_NSEQ 1000          /* Number or Proteins */
+#define MAX_COM_LEN 20         /* maximum length for command words */
+#define MAX_MATRIX_SIDE 25      /* maximum dimension for pairscore matrix */
+#define MAX_BLOC_SEQ 500       /* max number of sequences is a blocfile */
+#define MAX_FILE_LEN 100       /* max number of characters in a filename */
+#define MAX_INFO 20
+#define MAX_INLEN 500            /* max input line length */
+
+#define INTSIZ sizeof(int)
+#define CSIZ sizeof(char)
+#define SQSIZ sizeof(struct seqdat)
+
+#define SMALL -100000
+
+
+
+
+
+