]> git.donarmstrong.com Git - mothur.git/blobdiff - cooccurrencecommand.h
changed sffinfo flow default to true. fixed bug in trim.seqs and filter.seqs related...
[mothur.git] / cooccurrencecommand.h
index da7cde84a5372acb083e509b0fb0a997039ad835..8f60e08330ced9099c8b3b777e618a94ca2f9ed1 100644 (file)
@@ -30,7 +30,7 @@ public:
        string getCommandCategory()             { return "Hypothesis Testing";  }
        string getHelpString(); 
        string getCitation() { return "http://www.mothur.org/wiki/Cooccurrence"; }
-       string getDescription()         { return "Cooccurrence"; }
+       string getDescription()         { return "calculates four metrics and tests their significance to assess whether presence-absence patterns are different than what one would expect by chance."; }
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }