X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=cooccurrencecommand.h;h=530db9e2d27cad41cda6dc4f37ad07b01c570009;hb=7a2c74cd89b3c21e9ec2207e529304db68f1391a;hp=da7cde84a5372acb083e509b0fb0a997039ad835;hpb=597560b3c23f03d0069082cf096ce65e0c087519;p=mothur.git diff --git a/cooccurrencecommand.h b/cooccurrencecommand.h index da7cde8..530db9e 100644 --- a/cooccurrencecommand.h +++ b/cooccurrencecommand.h @@ -28,9 +28,10 @@ public: vector setParameters(); string getCommandName() { return "Cooccurrence"; } string getCommandCategory() { return "Hypothesis Testing"; } + string getOutputFileNameTag(string, string); 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()); }