X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedcommand.h;h=3467c7b1d9e6beb1bcd2b5af9a63f9d9bbaf8045;hb=29c0d3ec01be5372807eb86261100d77de253787;hp=318fe9820e0444c444cd0bcb73f1e1559e763a37;hpb=4761e165b4a196fefa57755d3176d9ced19df6b1;p=mothur.git diff --git a/sharedcommand.h b/sharedcommand.h index 318fe98..3467c7b 100644 --- a/sharedcommand.h +++ b/sharedcommand.h @@ -9,15 +9,10 @@ * */ -#include -#include -#include -#include #include "command.hpp" #include "sharedlistvector.h" #include "inputdata.h" -#include "shared.h" -#include "readmatrix.hpp" +#include "readotu.h" /* The shared() command: The shared command can only be executed after a successful read.shared command. @@ -34,18 +29,21 @@ public: SharedCommand(); ~SharedCommand(); int execute(); + void help() {} private: - void printSharedData(); + void printSharedData(vector); GlobalData* globaldata; - ReadMatrix* read; + ReadOTUFile* read; SharedListVector* SharedList; InputData* input; - Shared* shared; - map::iterator it; + GroupMap* groupMap; ofstream out; - string filename; + string filename, fileroot; + bool firsttime; + map filehandles; + map::iterator it3; }; -#endif \ No newline at end of file +#endif