1 #ifndef ALIGNMENTCELL_H
2 #define ALIGNMENTCELL_H
8 * Created by Pat Schloss on 12/15/08.
9 * Copyright 2008 Patrick D. Schloss. All rights reserved.
11 * This class is pretty basic. Each AlignmentCell object contains a pointer to the previous cell and different values
12 * used to calcualte the alignment. Initially everything is set to zero and all pointers are set to 'x'
15 #include "mothurout.h"
16 //********************************************************************************************************************
28 //********************************************************************************************************************