]> git.donarmstrong.com Git - mothur.git/blobdiff - makefastqcommand.h
added citation function to commands
[mothur.git] / makefastqcommand.h
index 946c990047fe8ad65f2fb332deb6e072534fc932..085654fc28900a871e83a61dffdc26b4f8300bfc 100644 (file)
@@ -25,6 +25,7 @@ public:
        string getCommandName()                 { return "make.fastq";                          }
        string getCommandCategory()             { return "Sequence Processing";         }
        string getHelpString(); 
+       string getCitation() { return "http://www.mothur.org/wiki/Make.fastq"; }
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }