]> git.donarmstrong.com Git - mothur.git/blobdiff - nast.hpp
changing command name classify.shared to classifyrf.shared
[mothur.git] / nast.hpp
index 4cf1b85b9524cd69f8c824143087bef79e0efb67..9428aed0446ce1236d23342467c80950cf64ab7f 100644 (file)
--- a/nast.hpp
+++ b/nast.hpp
@@ -19,6 +19,7 @@
  */
 
 #include "mothur.h"
+#include "mothurout.h"
 
 class Alignment;
 class Sequence;
@@ -29,6 +30,7 @@ class Nast {
        
 public:
        Nast(Alignment*, Sequence*, Sequence*);
+       ~Nast(){};
        float getSimilarityScore();
        int getMaxInsertLength();
        
@@ -42,6 +44,7 @@ private:
        Sequence* templateSeq;
        
        int maxInsertLength;
+       MothurOut* m;
 };
 
 /**************************************************************************************************/