1 #ifndef GETSABUNDCOMMAND_H
2 #define GETSABUNDCOMMAND_H
8 * Created by Sarah Westcott on 6/2/09.
9 * Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved.
14 #include "command.hpp"
15 #include "inputdata.h"
17 #include "sabundvector.hpp"
21 class GetSAbundCommand : public Command {
23 GetSAbundCommand(string);
26 vector<string> getRequiredParameters();
27 vector<string> getValidParameters();
28 vector<string> getRequiredFiles();
29 map<string, vector<string> > getOutputFiles() { return outputTypes; }
34 GlobalData* globaldata;
35 string filename, format;
41 vector<string> outputNames;
42 map<string, vector<string> > outputTypes;
45 set<string> labels; //holds labels to be used