]> git.donarmstrong.com Git - mothur.git/blobdiff - subsamplecommand.h
working on mgcluster count file change
[mothur.git] / subsamplecommand.h
index 4be357059793f3c06d574ac227b4cc8049383479..c746e144119dc4d4c0d45ef10872b1f7c9951129 100644 (file)
@@ -28,6 +28,7 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "sub.sample";  }
        string getCommandCategory()             { return "General";             }
+       string getOutputFileNameTag(string, string);
        string getHelpString(); 
        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"; }
@@ -45,7 +46,6 @@ private:
        vector<string> names;
        map<string, vector<string> > nameMap;
        
-       int eliminateZeroOTUS(vector<SharedRAbundVector*>&);
        int getSubSampleShared();
        int getSubSampleList();
        int getSubSampleRabund();