]> git.donarmstrong.com Git - mothur.git/blobdiff - getotuscommand.h
added load.logfile command. changed summary.single output for subsample=t.
[mothur.git] / getotuscommand.h
index 1a784935c476c22c798f8dfda33008606cc43439..4eff4b69569625561788804e16cf09379c4e97fb 100644 (file)
@@ -27,6 +27,7 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "get.otus";                            }
        string getCommandCategory()             { return "OTU-Based Approaches";        }
+       string getOutputFileNameTag(string, string);
        string getHelpString(); 
        string getCitation() { return "http://www.mothur.org/wiki/Get.otus"; }
        string getDescription()         { return "outputs a new list file containing the otus containing sequences from the groups specified"; }
@@ -42,7 +43,6 @@ private:
        vector<string> outputNames, Groups;
        GroupMap* groupMap;
        
-       void readAccnos();
        int readListGroup();
        int processList(ListVector*&, GroupMap*&, ofstream&, ofstream&, bool&);