]> git.donarmstrong.com Git - mothur.git/blobdiff - removegroupscommand.h
added load.logfile command. changed summary.single output for subsample=t.
[mothur.git] / removegroupscommand.h
index 24062bab3614fb3fc7ee803b3272c4242cdf68bd..c6db38057f8c206ecbba0806486078eccdcc7278 100644 (file)
@@ -25,6 +25,7 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "remove.groups";                       }
        string getCommandCategory()             { return "OTU-Based Approaches";        }
+       string getOutputFileNameTag(string, string);
        string getHelpString(); 
        string getCitation() { return "http://www.mothur.org/wiki/Remove.groups"; }
        string getDescription()         { return "removes sequences from a list, fasta, name, group, shared, design or taxonomy file from a given group or set of groups"; }
@@ -48,7 +49,6 @@ private:
        int readShared();
        int readName();
        int readGroup();
-       void readAccnos();
        int readList();
        int readTax();
        int fillNames();