X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=classifyrfsharedcommand.h;h=7b6ca132f6bacd2d93e0c3aa89669954089b9fce;hb=6b32d112bb60e9f7eb6d4407a4eed4c49b67bced;hp=6a948b2fc0d41d91e9a26898d2aa55687fd050b8;hpb=615301e57c25e241356a9c2380648d117709458d;p=mothur.git diff --git a/classifyrfsharedcommand.h b/classifyrfsharedcommand.h index 6a948b2..7b6ca13 100755 --- a/classifyrfsharedcommand.h +++ b/classifyrfsharedcommand.h @@ -19,11 +19,11 @@ public: ~ClassifyRFSharedCommand() {}; vector setParameters(); - string getCommandName() { return "classifyrf.shared"; } + string getCommandName() { return "classify.rf"; } string getCommandCategory() { return "OTU-Based Approaches"; } string getHelpString(); string getOutputPattern(string); - string getCitation() { return "http://www.mothur.org/wiki/Classifyrf.shared\n"; } + string getCitation() { return "http://www.mothur.org/wiki/Classify.rf\n"; } string getDescription() { return "implements the random forest machine learning algorithm to identify OTUs that can be used to differentiate between various groups of samples"; } int execute();