X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=classifyseqscommand.h;h=bfc42a9b81c6406caabea9eac68c00eeab5f30ff;hb=f6a58db15cdc7b90a601f8bf9c9d3b69d642f85d;hp=55546f2032af82f9934fb1af4b73891684904cd6;hpb=37b23ba7d98eca13d02cde8d3b1ad08ac92fefb9;p=mothur.git diff --git a/classifyseqscommand.h b/classifyseqscommand.h index 55546f2..bfc42a9 100644 --- a/classifyseqscommand.h +++ b/classifyseqscommand.h @@ -77,7 +77,7 @@ private: string fastaFileName, templateFileName, countfile, distanceFileName, namefile, search, method, taxonomyFileName, outputDir, groupfile; int processors, kmerSize, numWanted, cutoff, iters; float match, misMatch, gapOpen, gapExtend; - bool abort, probs, save, flip, hasName, hasCount, writeShortcuts; + bool abort, probs, save, flip, hasName, hasCount, writeShortcuts, relabund; int driver(linePair*, string, string, string, string); int createProcesses(string, string, string, string);