]> git.donarmstrong.com Git - mothur.git/blobdiff - trimseqscommand.h
added citation function to commands
[mothur.git] / trimseqscommand.h
index 2d0eabc1aa5a1504d23d1fc146f525504f3213f9..c5a94839cd82427c193e3e78a71c8e8434636653 100644 (file)
@@ -26,6 +26,7 @@ public:
        string getCommandName()                 { return "trim.seqs";   }
        string getCommandCategory()             { return "Sequence Processing";         }
        string getHelpString(); 
+       string getCitation() { return "http://www.mothur.org/wiki/Trim.seqs"; }
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }