]> git.donarmstrong.com Git - mothur.git/blobdiff - distancecommand.h
added citation function to commands
[mothur.git] / distancecommand.h
index 23cc6a580a16756d5b30420cb825b5d43d21ae83..71eac7d24a63ec27a4e918c3e57484e391a89889 100644 (file)
@@ -28,6 +28,7 @@ public:
        string getCommandName()                 { return "dist.seqs";                   }
        string getCommandCategory()             { return "Sequence Processing"; }
        string getHelpString(); 
+       string getCitation() { return "http://www.mothur.org/wiki/Dist.seqs"; }
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }