]> git.donarmstrong.com Git - mothur.git/blobdiff - deuniqueseqscommand.h
added binary file operations to mothurout class. added comment to sequence class...
[mothur.git] / deuniqueseqscommand.h
index a6d467a16a96c56ca3f1282d7c7fbbdfbdf02ca7..042ff498fce19a60cd51d7b1393ec2cd4074123c 100644 (file)
@@ -36,13 +36,10 @@ public:
        
 private:
 
-       string fastaFile, nameFile, outputDir;
+       string fastaFile, nameFile, outputDir, countfile;
        vector<string> outputNames;
        bool abort;
-       
-       map<string, string> nameMap;
-       
-       int readNamesFile();
+
        
 };