X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=listseqscommand.h;h=8e4cce3c932100ff1ab88d49b346ff87e7791a06;hb=006601d68abe8d0061f77e8d28323b160750e343;hp=1a31a6dd432e837159be8d916f7ce2a25e4d4dec;hpb=49d2b7459c5027557564b21e9487dadafbbbdc96;p=mothur.git diff --git a/listseqscommand.h b/listseqscommand.h index 1a31a6d..8e4cce3 100644 --- a/listseqscommand.h +++ b/listseqscommand.h @@ -34,7 +34,7 @@ class ListSeqsCommand : public Command { private: vector names, outputNames; - string fastafile, namefile, groupfile, alignfile, inputFileName, outputDir, listfile, taxfile; + string fastafile, namefile, groupfile, countfile, alignfile, inputFileName, outputDir, listfile, taxfile; bool abort; int readFasta(); @@ -43,6 +43,7 @@ class ListSeqsCommand : public Command { int readAlign(); int readList(); int readTax(); + int readCount(); };