X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=chimeracheckcommand.h;fp=chimeracheckcommand.h;h=d29744ba39ba1791e27c306c7fd09f950ac15c0f;hb=a44542a3c740cf957cff72ac71742f2fe48b0eaf;hp=9238871de8d8564bb375087800f00c06591698cb;hpb=f2408a11ad53c148e3a3329018ca7d04b567f11d;p=mothur.git diff --git a/chimeracheckcommand.h b/chimeracheckcommand.h index 9238871..d29744b 100644 --- a/chimeracheckcommand.h +++ b/chimeracheckcommand.h @@ -29,7 +29,8 @@ public: string getCommandCategory() { return "Sequence Processing"; } string getHelpString(); string getCitation() { return "CHIMERA_CHECK version 2.7 written by Niels Larsen (http://wdcm.nig.ac.jp/RDP/docs/chimera_doc.html) \nhttp://www.mothur.org/wiki/Chimera.check"; } - + string getDescription() { return "detect chimeric sequences"; } + int execute(); void help() { m->mothurOut(getHelpString()); }