]> git.donarmstrong.com Git - mothur.git/blob - noalign.hpp
added get.repseqs command, started matrix output command
[mothur.git] / noalign.hpp
1 #ifndef NOALIGN_HPP
2 #define NOALIGN_HPP
3
4 /*
5  *  noalign.hpp
6  *  
7  *
8  *  Created by Pat Schloss on 2/19/09.
9  *  Copyright 2009Schloss Lab UMASS Amherst. All rights reserved.
10  *
11  */
12 using namespace std;
13
14 #include "mothur.h"
15
16 /**************************************************************************************************/
17
18 class NoAlign : public Alignment {
19         
20 public:
21         NoAlign();
22         ~NoAlign();
23         void align(string, string);
24         
25 private:        
26 };
27
28 /**************************************************************************************************/
29
30
31 #endif