X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getsabundcommand.h;h=b5363e1bce548af4af74408593d855cac4da973c;hb=0486bc2eed084ac387d2f59b6d23d13b2382daf7;hp=dcda3aafd7ff5a6c53cd2534a342aabba4a42215;hpb=cd37904452dc95b183ff313ff05720c562902487;p=mothur.git diff --git a/getsabundcommand.h b/getsabundcommand.h index dcda3aa..b5363e1 100644 --- a/getsabundcommand.h +++ b/getsabundcommand.h @@ -21,7 +21,12 @@ class GlobalData; class GetSAbundCommand : public Command { public: GetSAbundCommand(string); + GetSAbundCommand(); ~GetSAbundCommand(); + vector getRequiredParameters(); + vector getValidParameters(); + vector getRequiredFiles(); + map > getOutputFiles() { return outputTypes; } int execute(); void help(); @@ -31,14 +36,14 @@ private: ofstream out; ReadOTUFile* read; OrderVector* order; - OrderVector* lastOrder; InputData* input; SAbundVector* sabund; + vector outputNames; + map > outputTypes; bool abort, allLines; - set lines; //hold lines to be used set labels; //holds labels to be used - string line, label; + string label; };