X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=subsamplecommand.h;h=c746e144119dc4d4c0d45ef10872b1f7c9951129;hb=f06b339c5fc4b6d1b9d2a08fe16bf7670bf7aeb4;hp=4be357059793f3c06d574ac227b4cc8049383479;hpb=1bf53bca7e26bf091588bc8ca6e68cbfae1df6fe;p=mothur.git diff --git a/subsamplecommand.h b/subsamplecommand.h index 4be3570..c746e14 100644 --- a/subsamplecommand.h +++ b/subsamplecommand.h @@ -28,6 +28,7 @@ public: vector setParameters(); string getCommandName() { return "sub.sample"; } string getCommandCategory() { return "General"; } + string getOutputFileNameTag(string, string); 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"; } @@ -45,7 +46,6 @@ private: vector names; map > nameMap; - int eliminateZeroOTUS(vector&); int getSubSampleShared(); int getSubSampleList(); int getSubSampleRabund();