X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=getrelabundcommand.h;h=9725a31ab546f0829ec4ca0bf370e6792fdfeadf;hb=bc4c4d63e983a3e91e74b5038bfec6705e1a3a2e;hp=aa123a4f24e73c8b9a1dc94449e2acccbfc003cb;hpb=4ee9d3c973fb056f3105c26306da3b5d7dfb8108;p=mothur.git diff --git a/getrelabundcommand.h b/getrelabundcommand.h index aa123a4..9725a31 100644 --- a/getrelabundcommand.h +++ b/getrelabundcommand.h @@ -31,12 +31,13 @@ private: InputData* input; vector lookup; - bool abort, allLines; + bool abort, allLines, pickedGroups; set labels; //holds labels to be used string groups, label, outputDir, scale; vector Groups; - int getRelAbundance(vector, ofstream&); + int getRelAbundance(vector&, ofstream&); + int eliminateZeroOTUS(vector& thislookup); };