]> git.donarmstrong.com Git - mothur.git/blobdiff - preclustercommand.h
added paralellization for windows to dist.seqs and summary.seqs
[mothur.git] / preclustercommand.h
index d8ee57de9424e623d0455e0327e6f636ce569135..3a12413d6f055d0c4f12e0291a442ed4dcc8fb63 100644 (file)
@@ -38,6 +38,9 @@ public:
        string getCommandName()                 { return "pre.cluster";                         }
        string getCommandCategory()             { return "Sequence Processing";         }
        string getHelpString(); 
+       string getCitation() { return "http://www.mothur.org/wiki/Pre.cluster"; }
+       string getDescription()         { return "implements a pseudo-single linkage algorithm with the goal of removing sequences that are likely due to pyrosequencing errors"; }
+
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }