]> git.donarmstrong.com Git - mothur.git/blobdiff - getlabelcommand.h
changing command name classify.shared to classifyrf.shared
[mothur.git] / getlabelcommand.h
index 3aaa92d515948f9d927f3ff377629f3e376ff62e..26ec6550b4f6b7fb622b60c1b711fc24c0c4ac40 100644 (file)
@@ -25,13 +25,17 @@ public:
        string getCommandName()                 { return "get.label";                           }
        string getCommandCategory()             { return "OTU-Based Approaches";        }
        string getHelpString(); 
+    string getOutputPattern(string) { return ""; }     
+       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;
 };