]> git.donarmstrong.com Git - mothur.git/blobdiff - binsequencecommand.h
cleaned up code2
[mothur.git] / binsequencecommand.h
index fe83f20f59b0e6f4db7d765f9b1aa5dc17618252..1fb5664b0c018c4120881055014ec08a4e6d5559 100644 (file)
@@ -27,7 +27,10 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "bin.seqs";                    }
        string getCommandCategory()             { return "Sequence Processing"; }
+       string getOutputFileNameTag(string, string);
        string getHelpString(); 
+       string getCitation() { return "http://www.mothur.org/wiki/Bin.seqs"; }
+       string getDescription()         { return "maps sequences to otus"; }
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }