]> git.donarmstrong.com Git - mothur.git/blobdiff - binsequencecommand.h
added check to make sure shhh.flows child processes finish properly. added subsamplin...
[mothur.git] / binsequencecommand.h
index fe83f20f59b0e6f4db7d765f9b1aa5dc17618252..365fb3c3afdaf8cedd788b83e1ef2a29a4e9b00b 100644 (file)
@@ -28,6 +28,8 @@ public:
        string getCommandName()                 { return "bin.seqs";                    }
        string getCommandCategory()             { return "Sequence Processing"; }
        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()); }