]> git.donarmstrong.com Git - mothur.git/blobdiff - cooccurrencecommand.h
added load.logfile command. changed summary.single output for subsample=t.
[mothur.git] / cooccurrencecommand.h
index 8f60e08330ced9099c8b3b777e618a94ca2f9ed1..530db9e2d27cad41cda6dc4f37ad07b01c570009 100644 (file)
@@ -28,6 +28,7 @@ public:
        vector<string> 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."; }