X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=deconvolutecommand.h;h=9c8fd22d702f8a8b98ee12d682d6f880e5c1fb0e;hb=9946a1b4b50969d08ce059b248bdeecafbf989ac;hp=b6bda8faa00a274369e7a23803440025c241e612;hpb=cd37904452dc95b183ff313ff05720c562902487;p=mothur.git diff --git a/deconvolutecommand.h b/deconvolutecommand.h index b6bda8f..9c8fd22 100644 --- a/deconvolutecommand.h +++ b/deconvolutecommand.h @@ -19,16 +19,13 @@ class DeconvoluteCommand : public Command { public: - DeconvoluteCommand(string); - ~DeconvoluteCommand() { delete fastamap; }; + DeconvoluteCommand(string); + ~DeconvoluteCommand() { }; int execute(); void help(); private: - FastaMap* fastamap; - ifstream in; - ofstream out, outFasta; - string filename, outputFileName, outFastafile; + string inFastaName, oldNameMapFName, outputDir; bool abort; };