]> git.donarmstrong.com Git - mothur.git/blobdiff - deconvolutecommand.h
This is v.1.4.0
[mothur.git] / deconvolutecommand.h
index b6bda8faa00a274369e7a23803440025c241e612..635e53fe455ab05eacdb2a19e09837b30ef4c955 100644 (file)
@@ -20,15 +20,12 @@ class DeconvoluteCommand : public Command {
 
 public:
        DeconvoluteCommand(string);     
-       ~DeconvoluteCommand() { delete fastamap; };
+       ~DeconvoluteCommand() { };
        int execute();
        void help();    
        
 private:
-       FastaMap* fastamap;
-       ifstream in;
-       ofstream out, outFasta;
-       string filename, outputFileName, outFastafile;
+       string inFastaName, oldNameMapFName;
 
        bool abort;
 };