]> git.donarmstrong.com Git - mothur.git/blobdiff - getlabelcommand.h
added load.logfile command. changed summary.single output for subsample=t.
[mothur.git] / getlabelcommand.h
index 3aaa92d515948f9d927f3ff377629f3e376ff62e..7a4d9b5885214696ac38a289f95f8ae20af0c239 100644 (file)
@@ -24,14 +24,18 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "get.label";                           }
        string getCommandCategory()             { return "OTU-Based Approaches";        }
+       string getOutputFileNameTag(string, string) { return ""; }
        string getHelpString(); 
+       string getCitation() { return "http://www.mothur.org/wiki/Get.label"; }
+       string getDescription()         { return "outputs labels"; }
+
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }  
        
        
 private:
-       string inputfile, listfile, rabundfile, sabundfile, sharedfile, format;
+       string inputfile, listfile, rabundfile, sabundfile, format;
        bool abort;
        vector<string> outputNames;
 };