X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=subsamplecommand.h;h=4be357059793f3c06d574ac227b4cc8049383479;hb=2bb9267aa4b4ecdf8488b06605cc9f3f36fa4332;hp=5656dab49e7ac7d58665369e58c1950c17b93542;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/subsamplecommand.h b/subsamplecommand.h index 5656dab..4be3570 100644 --- a/subsamplecommand.h +++ b/subsamplecommand.h @@ -30,7 +30,8 @@ public: string getCommandCategory() { return "General"; } string getHelpString(); string getCitation() { return "http://www.mothur.org/wiki/Sub.sample"; } - + string getDescription() { return "get a sampling of sequences from a list, shared, rabund, sabund or fasta file"; } + int execute(); void help() { m->mothurOut(getHelpString()); } @@ -50,7 +51,7 @@ private: int getSubSampleRabund(); int getSubSampleSabund(); int getSubSampleFasta(); - int processShared(vector&, ofstream&); + int processShared(vector&); int processRabund(RAbundVector*&, ofstream&); int processSabund(SAbundVector*&, ofstream&); int processList(ListVector*&, ofstream&, set&);