]> git.donarmstrong.com Git - mothur.git/blobdiff - secondarystructurecommand.h
added distance search method to classify.seqs
[mothur.git] / secondarystructurecommand.h
index d94cc95582f8d1482233a3cac0aee4b418dcc925..dffb4cbd980ff504307465ae64a0f6645fe5e6a5 100644 (file)
@@ -39,11 +39,12 @@ class AlignCheckCommand : public Command {
                
        private:
                vector<int> structMap;
-               string mapfile, fastafile;
+               string mapfile, fastafile, outputDir;
                bool abort;
                int seqLength;
                
                void readMap();
+               statData getStats(string sequence);
 };
 
 /**************************************************************************************************/