]> git.donarmstrong.com Git - mothur.git/blobdiff - setcurrentcommand.h
added sequence name to error string in fastq.info. Changed np_shannon to npshannon.
[mothur.git] / setcurrentcommand.h
index 4ce90a2b1111b2feb428feaad96570c2a1363825..0033ed58cf25a274e9e4bbe2a17aa4e4cb298ef0 100644 (file)
@@ -24,7 +24,9 @@ public:
        string getCommandName()                 { return "set.current"; }
        string getCommandCategory()             { return "General";             }
        string getHelpString(); 
-       
+       string getCitation() { return "http://www.mothur.org/wiki/Set.current"; }
+       string getDescription()         { return "set current files for mothur"; }
+
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }