]> git.donarmstrong.com Git - mothur.git/blobdiff - systemcommand.h
added citation function to commands
[mothur.git] / systemcommand.h
index 8c959cfb52302df67651a4196ea533751ad596a1..3c22773f2d9e70417c6dc3fef6a58181a16440f0 100644 (file)
@@ -25,6 +25,7 @@ class SystemCommand : public Command {
                string getCommandName()                 { return "system";              }
                string getCommandCategory()             { return "General";             }
                string getHelpString(); 
+               string getCitation() { return "http://www.mothur.org/wiki/System"; }
        
                int execute(); 
                void help() { m->mothurOut(getHelpString()); }