]> git.donarmstrong.com Git - mothur.git/blobdiff - aligncommand.h
added citation function to commands
[mothur.git] / aligncommand.h
index ef5a92e4b8aad04651ded1ed8caf58dc58c16b30..1e1ebdc71188644f62dda2f1c2dbcb0d5226b29a 100644 (file)
@@ -27,6 +27,7 @@ public:
        string getCommandName()                 { return "align.seqs";                  }
        string getCommandCategory()             { return "Sequence Processing"; }
        string getHelpString(); 
+       string getCitation() { return "http://www.mothur.org/wiki/Align.seqs"; }
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }