]> git.donarmstrong.com Git - mothur.git/blobdiff - parsefastaqcommand.h
added citation function to commands
[mothur.git] / parsefastaqcommand.h
index fe77cf08f34e3760734fb7b70568c4db09d603a2..dfafca6fee21c9f5493437fe37007669c3fc4ac7 100644 (file)
@@ -24,6 +24,7 @@ public:
        string getCommandName()                 { return "parse.fastq";         }
        string getCommandCategory()             { return "Sequence Processing"; }
        string getHelpString(); 
+       string getCitation() { return "http://www.mothur.org/wiki/Parse.fastq"; }
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }