]> git.donarmstrong.com Git - mothur.git/blobdiff - chimeraccodecommand.h
added citation function to commands
[mothur.git] / chimeraccodecommand.h
index 4f047e169183bc9d9294f1abb6f229015a162496..cedec2f690f6b3c981280d41a0f9bb59777ae015 100644 (file)
@@ -27,6 +27,7 @@ public:
        string getCommandName()                 { return "chimera.ccode";               }
        string getCommandCategory()             { return "Sequence Processing"; }
        string getHelpString(); 
+       string getCitation() { return "Evaluating putative chimeric sequences from PCR-amplified products' paper by Juan M. Gonzalez, Johannes Zimmerman and Cesareo Saiz-Jimenez. http://www.mothur.org/wiki/Chimera.ccode"; }
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }