X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=chimerapintailcommand.h;fp=chimerapintailcommand.h;h=49912c69a243391311ba08f101f595da3e0c0c97;hb=e150b0b0664caec517485ee6d69dcdade6dcae77;hp=abaef191e2c1ba137f83aad2fb3e7ea46bc0b7de;hpb=4160a27002f4a3ca436fcd62eca0366b09f8e901;p=mothur.git diff --git a/chimerapintailcommand.h b/chimerapintailcommand.h index abaef19..49912c6 100644 --- a/chimerapintailcommand.h +++ b/chimerapintailcommand.h @@ -29,6 +29,8 @@ public: string getCommandName() { return "chimera.pintail"; } string getCommandCategory() { return "Sequence Processing"; } string getHelpString(); + string getCitation() { return "At Least 1 in 20 16S rRNA Sequence Records Currently Held in the Public Repositories is Estimated To Contain Substantial Anomalies' paper by Kevin E. Ashelford 1, Nadia A. Chuzhanova 3, John C. Fry 1, Antonia J. Jones 2 and Andrew J. Weightman 1. http://www.mothur.org/wiki/Chimera.pintail"; } + int execute(); void help() { m->mothurOut(getHelpString()); }