X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=subsamplecommand.h;h=7b251eee11c2fa7ad5be7baa6cea4427c90265c7;hb=a0f1fca79d2ddfa7ad36b4485039c68b5704fe8d;hp=7116909e3f97ec758ff4b9de178e0d9ebd0dded1;hpb=79a7d3273749b08d4f9f8dfe350c964ff0c4351e;p=mothur.git diff --git a/subsamplecommand.h b/subsamplecommand.h index 7116909..7b251ee 100644 --- a/subsamplecommand.h +++ b/subsamplecommand.h @@ -29,8 +29,9 @@ public: vector setParameters(); string getCommandName() { return "sub.sample"; } string getCommandCategory() { return "Sequence Processing"; } - string getOutputFileNameTag(string, string); + 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&); };