]> git.donarmstrong.com Git - mothur.git/blobdiff - readotucommand.h
added check to make sure shhh.flows child processes finish properly. added subsamplin...
[mothur.git] / readotucommand.h
index d1dc5b7fc73726b09d9dce49a71015c0f70d70da..c6d65037516c495f391ceb983273b1b9a20010e1 100644 (file)
@@ -10,7 +10,6 @@
  */
 
 #include "command.hpp"
-#include "readotu.h"
 #include "inputdata.h"
 #include "groupmap.h"
 #include "sharedcommand.h"
@@ -25,6 +24,8 @@ public:
        string getCommandName()                 { return "read.otu";    }
        string getCommandCategory()             { return "Hidden";      }
        string getHelpString() { return "This command is no longer available. You can provide your files directly to the downstream commands like collect.shared."; }   
+       string getCitation() { return "http://www.mothur.org/wiki/Read.otu"; }
+       string getDescription()         { return "read.otu"; }
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }