Delete unneeded directory
[jabaws.git] / website / archive / binaries / mac / src / fasta34 / ncbl2_head.h
diff --git a/website/archive/binaries/mac/src/fasta34/ncbl2_head.h b/website/archive/binaries/mac/src/fasta34/ncbl2_head.h
deleted file mode 100644 (file)
index c29a61c..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-/* ncbl_head.h header files for blast1.3 format */
-
-/* $Name: fa_34_26_5 $ - $Id: ncbl2_head.h,v 1.3 2006/05/18 19:04:25 wrp Exp $ */
-
-#define AMINO_ACID_SEQTYPE     1
-#define AA_SEQTYPE     AMINO_ACID_SEQTYPE
-#define AAFORMAT       AA_SEQTYPE
-
-#define NUCLEIC_ACID_SEQTYPE   0
-#define NT_SEQTYPE     NUCLEIC_ACID_SEQTYPE
-#define NTFORMAT       NT_SEQTYPE
-
-/* Filename extensions used by the two types of databases (a.a. and nt.) */
-#define AA_LIST_EXT    "pal"
-#define AA_HEADER_EXT  "phr"
-#define AA_INDEX_EXT   "pin"
-#define AA_SEARCHSEQ_EXT       "psq"
-
-#define NT_LIST_EXT    "nal"
-#define NT_HEADER_EXT  "nhr"
-#define NT_INDEX_EXT   "nin"
-#define NT_SEARCHSEQ_EXT       "nsq"
-
-#define FORMATDBV3     3       /* formatdb version */
-#define FORMATDBV4     4       /* formatdb version */
-
-#define NULLB          '\0'    /* sentinel byte */
-
-#ifndef CHAR_BIT
-#define CHAR_BIT       8       /* these values should match blast */
-#endif
-
-#define NBPN           2
-#define NSENTINELS     2