]> git.donarmstrong.com Git - mothur.git/blobdiff - normalizesharedcommand.h
added code to check path for uchime and catchall executables
[mothur.git] / normalizesharedcommand.h
index 6332fd7fe1f36f19cd232cde99d9c6629fc00ca5..4b6f7fd9e93f4912bf648f2c826ab0a09b15910c 100644 (file)
@@ -26,6 +26,8 @@ public:
        string getCommandCategory()             { return "OTU-Based Approaches";        }
        string getHelpString(); 
        string getCitation() { return "http://www.mothur.org/wiki/Normalize.shared"; }
+       string getDescription()         { return "normalize samples in a shared or relabund file"; }
+
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }  
@@ -42,8 +44,8 @@ private:
        int norm;
        vector<string> Groups, outputNames;
                
-       int normalize(vector<SharedRAbundVector*>&, ofstream&);
-       int normalize(vector<SharedRAbundFloatVector*>&, ofstream&);
+       int normalize(vector<SharedRAbundVector*>&);
+       int normalize(vector<SharedRAbundFloatVector*>&);
        int eliminateZeroOTUS(vector<SharedRAbundVector*>&);
        int eliminateZeroOTUS(vector<SharedRAbundFloatVector*>&);