]> git.donarmstrong.com Git - mothur.git/blobdiff - subsamplecommand.h
changing command name classify.shared to classifyrf.shared
[mothur.git] / subsamplecommand.h
index d1fb1226236dc3842b9ace53536cf95a266f1d5e..7b251eee11c2fa7ad5be7baa6cea4427c90265c7 100644 (file)
@@ -28,9 +28,10 @@ public:
        
        vector<string> 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<string> labels; //holds labels to be used
        string groups, label, outputDir;
        vector<string> Groups, outputNames;
@@ -59,6 +60,7 @@ private:
        int processList(ListVector*&, ofstream&, set<string>&);
        int getNames();
        int readNames();
+    int getTax(set<string>&);
        
 };