Next version of JABA
[jabaws.git] / binaries / src / fasta34 / a_mark.h
1 /* a_mark.h - symbols used to indicate match/mismatch alignment code */
2
3 /* copyright (c) 2003 William R. Pearson and the U. of Virginia */
4
5 /* $Name: fa_34_26_5 $ - $Id: a_mark.h,v 1.1 2003/06/26 19:36:32 wrp Exp $ */
6
7 #define M_BLANK 0
8 #define M_NEG 1
9 #define M_ZERO 2
10 #define M_POS 3
11 #define M_IDENT 4
12 #define M_DEL 5