]> git.donarmstrong.com Git - mothur.git/blobdiff - deconvolutecommand.h
1.9
[mothur.git] / deconvolutecommand.h
index 635e53fe455ab05eacdb2a19e09837b30ef4c955..9c8fd22d702f8a8b98ee12d682d6f880e5c1fb0e 100644 (file)
 class DeconvoluteCommand : public Command {
 
 public:
-       DeconvoluteCommand(string);     
+       DeconvoluteCommand(string);
        ~DeconvoluteCommand() { };
        int execute();
        void help();    
        
 private:
-       string inFastaName, oldNameMapFName;
+       string inFastaName, oldNameMapFName, outputDir;
 
        bool abort;
 };