X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=deuniqueseqscommand.h;h=042ff498fce19a60cd51d7b1393ec2cd4074123c;hp=a6d467a16a96c56ca3f1282d7c7fbbdfbdf02ca7;hb=ac03f1f6c27b5bfdf2cfb6d45c3667c3e0281f51;hpb=fe08eacea5a2d34cd4bd27e8451fd2872102a80a diff --git a/deuniqueseqscommand.h b/deuniqueseqscommand.h index a6d467a..042ff49 100644 --- a/deuniqueseqscommand.h +++ b/deuniqueseqscommand.h @@ -36,13 +36,10 @@ public: private: - string fastaFile, nameFile, outputDir; + string fastaFile, nameFile, outputDir, countfile; vector outputNames; bool abort; - - map nameMap; - - int readNamesFile(); + };