X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=subsamplecommand.h;h=7b251eee11c2fa7ad5be7baa6cea4427c90265c7;hp=d1fb1226236dc3842b9ace53536cf95a266f1d5e;hb=df7e3ff9f68ef157b0328a2d353c3258c5d45d89;hpb=90708fe9701e3827e477c82fb3652539c3bf2a0d diff --git a/subsamplecommand.h b/subsamplecommand.h index d1fb122..7b251ee 100644 --- a/subsamplecommand.h +++ b/subsamplecommand.h @@ -28,9 +28,10 @@ public: vector setParameters(); string getCommandName() { return "sub.sample"; } - string getCommandCategory() { return "General"; } - string getOutputFileNameTag(string, string); + string getCommandCategory() { return "Sequence Processing"; } + string getHelpString(); + string getOutputPattern(string); 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"; } @@ -39,7 +40,7 @@ public: private: bool abort, pickedGroups, allLines, persample; - string listfile, groupfile, countfile, sharedfile, rabundfile, sabundfile, fastafile, namefile; + string listfile, groupfile, countfile, sharedfile, rabundfile, sabundfile, fastafile, namefile, taxonomyfile; set labels; //holds labels to be used string groups, label, outputDir; vector Groups, outputNames; @@ -59,6 +60,7 @@ private: int processList(ListVector*&, ofstream&, set&); int getNames(); int readNames(); + int getTax(set&); };