X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedcommand.h;h=3467c7b1d9e6beb1bcd2b5af9a63f9d9bbaf8045;hb=29c0d3ec01be5372807eb86261100d77de253787;hp=b3506cdbfd79650cad44de48388f93363fb3b21a;hpb=154e089bcd37c2c2f773e53ffb88a20170b27037;p=mothur.git diff --git a/sharedcommand.h b/sharedcommand.h index b3506cd..3467c7b 100644 --- a/sharedcommand.h +++ b/sharedcommand.h @@ -12,7 +12,6 @@ #include "command.hpp" #include "sharedlistvector.h" #include "inputdata.h" -#include "shared.h" #include "readotu.h" /* The shared() command: @@ -30,17 +29,20 @@ public: SharedCommand(); ~SharedCommand(); int execute(); + void help() {} private: - void printSharedData(); + void printSharedData(vector); GlobalData* globaldata; 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; };