X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=cooccurrencecommand.h;h=530db9e2d27cad41cda6dc4f37ad07b01c570009;hb=5a4ac4f954c4b4445bcee272f1f8220ddcc9c1e4;hp=8f60e08330ced9099c8b3b777e618a94ca2f9ed1;hpb=fc3b1fc4fc1c4e38fde6b0c0ee7896b5fe0b9d57;p=mothur.git diff --git a/cooccurrencecommand.h b/cooccurrencecommand.h index 8f60e08..530db9e 100644 --- a/cooccurrencecommand.h +++ b/cooccurrencecommand.h @@ -28,6 +28,7 @@ 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 "calculates four metrics and tests their significance to assess whether presence-absence patterns are different than what one would expect by chance."; }