]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedcommand.h
fixes while testing 1.33.0
[mothur.git] / sharedcommand.h
index 9d9c194dbbaab4ff7a079058c1c43421937659fe..a916c854280c74d035968bfc84ec4ab88a4f70e6 100644 (file)
@@ -30,8 +30,9 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "make.shared";                         }
        string getCommandCategory()             { return "OTU-Based Approaches";        }
-       string getOutputFileNameTag(string, string);
+       
        string getHelpString(); 
+    string getOutputPattern(string);   
        string getCitation() { return "http://www.mothur.org/wiki/Make.shared"; }
        string getDescription()         { return "make a shared file from a list and group file"; }
 
@@ -44,8 +45,8 @@ private:
        bool isValidGroup(string, vector<string>);
        int eliminateZeroOTUS(vector<SharedRAbundVector*>&);
        int ListGroupSameSeqs(vector<string>&, SharedListVector*);
-    int createSharedFromListGroup(string);
-    int createSharedFromBiom(string);
+    int createSharedFromListGroup();
+    int createSharedFromBiom();
     string getTag(string&);
     vector<string> readRows(string, int&); 
     int getDims(string, int&, int&);