X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getlineagecommand.h;h=99bc0fa347313bb023e8bd1b41a5c3e2be5c93ed;hb=cc19310422f125d6628980bd1148e1e816792382;hp=0ab042bac365b64840e32212a6705f62d46d5ff1;hpb=49d2b7459c5027557564b21e9487dadafbbbdc96;p=mothur.git diff --git a/getlineagecommand.h b/getlineagecommand.h index 0ab042b..99bc0fa 100644 --- a/getlineagecommand.h +++ b/getlineagecommand.h @@ -36,11 +36,12 @@ class GetLineageCommand : public Command { private: set names; vector outputNames, listOfTaxons; - string fastafile, namefile, groupfile, alignfile, listfile, taxfile, outputDir, taxons; + string fastafile, namefile, groupfile, alignfile, countfile, listfile, taxfile, outputDir, taxons; bool abort, dups; int readFasta(); int readName(); + int readCount(); int readGroup(); int readAlign(); int readList();