]> git.donarmstrong.com Git - mothur.git/blobdiff - nastreport.hpp
created blank accnos in chimera commands if no seqs are deemed chimeric. modified...
[mothur.git] / nastreport.hpp
index be75efdd92714e673e9921215e89875eeafd0f3e..80c99490b70e04e945b895fb19795a22fe5f241f 100644 (file)
@@ -19,15 +19,20 @@ class NastReport {
 
 public:
        NastReport(string);
+       NastReport();
+       ~NastReport();
        void setCandidate(Sequence*);
        void setTemplate(Sequence*);
        void setSearchParameters(string, float);
        void setAlignmentParameters(string, Alignment*);
        void setNastParameters(Nast);
        void print();
+       string getReport();
+       string getHeaders();
        
 private:
        string queryName;
+       string output;
        int queryLength;
        string templateName;
        int templateLength;