X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=clustercommand.h;fp=clustercommand.h;h=23f728755aadb4c4f878e299790ed8669790034a;hb=e150b0b0664caec517485ee6d69dcdade6dcae77;hp=bda61403ced8b4b7051edd69d22623c14184bc54;hpb=4160a27002f4a3ca436fcd62eca0366b09f8e901;p=mothur.git diff --git a/clustercommand.h b/clustercommand.h index bda6140..23f7287 100644 --- a/clustercommand.h +++ b/clustercommand.h @@ -35,6 +35,7 @@ public: string getCommandName() { return "cluster"; } string getCommandCategory() { return "Clustering"; } string getHelpString(); + string getCitation() { return "http://www.mothur.org/wiki/Cluster"; } int execute(); void help() { m->mothurOut(getHelpString()); }