Delete unneeded directory
[jabaws.git] / website / archive / binaries / mac / src / iupred / getquery.h
diff --git a/website/archive/binaries/mac/src/iupred/getquery.h b/website/archive/binaries/mac/src/iupred/getquery.h
deleted file mode 100644 (file)
index 7668552..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-#include <stdlib.h>\r
-#include <stdio.h>\r
-#include <string.h>\r
-#include <ctype.h>\r
-\r
-#include "gjutil.h"\r
-\r
-/* Standard structure for storing protein sequence data */\r
-\r
-typedef struct seqdat {        /* all lengths include char terminator and [0] */\r
-    char *id;  /* identifier */\r
-    int ilen;\r
-    char *title;/* title */\r
-    int tlen;\r
-    int slen;  /* length of sequence*/\r
-    char *seq; /* sequence */\r
-}SEQS;\r
-\r
-\r
-SEQS *gseq_fasta(FILE *seqfile);\r