X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=classifyseqscommand.h;h=bfc42a9b81c6406caabea9eac68c00eeab5f30ff;hp=55546f2032af82f9934fb1af4b73891684904cd6;hb=f6a58db15cdc7b90a601f8bf9c9d3b69d642f85d;hpb=7a1e4b563011b1fe4d466d64915a3cb960747125 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);