]> git.donarmstrong.com Git - mothur.git/blobdiff - secondarystructurecommand.h
added mpi code to cluster.split command
[mothur.git] / secondarystructurecommand.h
index d94cc95582f8d1482233a3cac0aee4b418dcc925..2e6191ca67f47f92f38bb8c030a8ad3e32920af6 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;
+               int seqLength, haderror;
                
                void readMap();
+               statData getStats(string sequence);
 };
 
 /**************************************************************************************************/