]> git.donarmstrong.com Git - mothur.git/blobdiff - clustercommand.h
added citation function to commands
[mothur.git] / clustercommand.h
index bda61403ced8b4b7051edd69d22623c14184bc54..23f728755aadb4c4f878e299790ed8669790034a 100644 (file)
@@ -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()); }