]> git.donarmstrong.com Git - mothur.git/blobdiff - summarytaxcommand.h
added relabund parameter to classify.seqs and summary.tax commands
[mothur.git] / summarytaxcommand.h
index 5f61d13849fbfb332c8927445825bc5447b4ce8f..7716ad0ca41b4dee22f993c95c8955c94e5b4852 100644 (file)
@@ -34,7 +34,7 @@ class SummaryTaxCommand : public Command {
                void help() { m->mothurOut(getHelpString()); }  
                
        private:
-               bool abort;
+               bool abort, relabund;
                string taxfile, outputDir, namefile, groupfile, refTaxonomy, countfile;
                vector<string> outputNames;
                map<string, int> nameMap;