]> git.donarmstrong.com Git - mothur.git/blobdiff - systemcommand.h
fixed bug with dist.shared subsampling. added mode parameter to dist.shared so...
[mothur.git] / systemcommand.h
index 8c959cfb52302df67651a4196ea533751ad596a1..6a4b884cba8ee21629219593cf43eae7b4c02447 100644 (file)
@@ -25,7 +25,9 @@ class SystemCommand : public Command {
                string getCommandName()                 { return "system";              }
                string getCommandCategory()             { return "General";             }
                string getHelpString(); 
-       
+               string getCitation() { return "http://www.mothur.org/wiki/System"; }
+               string getDescription()         { return "execute system commands from within mothur"; }
+
                int execute(); 
                void help() { m->mothurOut(getHelpString()); }