X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=cooccurrencecommand.h;h=94930ac2db71fff68a9fb208385a6cdc2c94ade4;hp=08209190f3f51b0e334706530afed253684eb75e;hb=cf9987b67aa49777a4c91c2d21f96e58bf17aa82;hpb=5c5c0428f6d548c28a8b903ac80efed4f92d59db diff --git a/cooccurrencecommand.h b/cooccurrencecommand.h index 0820919..94930ac 100644 --- a/cooccurrencecommand.h +++ b/cooccurrencecommand.h @@ -26,10 +26,11 @@ public: ~CooccurrenceCommand(){} vector setParameters(); - string getCommandName() { return "Cooccurrence"; } + string getCommandName() { return "cooccurrence"; } string getCommandCategory() { return "Hypothesis Testing"; } - string getOutputFileNameTag(string, string); + string getHelpString(); + string getOutputPattern(string); string getCitation() { return "Ulrich W & Gotelli NJ (2010). Null model analysis of species associations using abundance data. Ecology 91:3384.\nhttp://www.mothur.org/wiki/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."; }