]> git.donarmstrong.com Git - mothur.git/blobdiff - getcurrentcommand.h
added forward and reverse barcodes to trim.seqs to process illumina seqs
[mothur.git] / getcurrentcommand.h
index aa4f8f4f4e488fdb87474b0ceebd52ac25cd4f98..dfff0fa27d09573ab35d95ddb8c1375f77d9ac5e 100644 (file)
@@ -23,6 +23,9 @@ class GetCurrentCommand : public Command {
                string getCommandName()                 { return "get.current"; }
                string getCommandCategory()             { return "General";             }
                string getHelpString(); 
+               string getCitation() { return "http://www.mothur.org/wiki/Get.current"; }
+               string getDescription()         { return "get current files saved by mothur"; }
+
        
                int execute(); 
                void help() { m->mothurOut(getHelpString()); }