]> git.donarmstrong.com Git - mothur.git/blobdiff - classifyseqscommand.h
reworked the classifiers summary file added groupfile option to classify.seqs, added...
[mothur.git] / classifyseqscommand.h
index 0ffd18c27c70084acd2cd2c0eb99d6d2055c44b0..d19f862d340983786f00c25eaf02a6df30e0dea8 100644 (file)
@@ -48,7 +48,7 @@ private:
        
        Classify* classify;
        
-       string fastaFileName, templateFileName, distanceFileName, namefile, search, method, taxonomyFileName, outputDir;
+       string fastaFileName, templateFileName, distanceFileName, namefile, search, method, taxonomyFileName, outputDir, groupfile;
        int processors, kmerSize, numWanted, cutoff, iters;
        float match, misMatch, gapOpen, gapExtend;
        bool abort, probs;