1 #ifndef RAREFACTSHAREDCOMMAND_H
2 #define RAREFACTSHAREDCOMMAND_H
4 * rarefactsharedcommand.h
7 * Created by Sarah Westcott on 1/6/09.
8 * Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved.
12 #include "command.hpp"
13 #include "inputdata.h"
17 #include "validcalculator.h"
21 class RareFactSharedCommand : public Command {
24 RareFactSharedCommand(string);
25 ~RareFactSharedCommand();
30 GlobalData* globaldata;
32 vector<SharedRAbundVector*> lookup;
34 ValidCalculators* validCalculator;
36 vector<Display*> rDisplays;
41 bool abort, allLines, jumble;
42 set<string> labels; //holds labels to be used
43 string label, calc, groups, outputDir;
44 vector<string> Estimators, Groups, outputNames;