X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=removelineagecommand.h;h=a4ffea9c529829da3c3f08cfbc41c5e3bdf5ddcf;hb=8dd3c225255d7084e3aff8740aa4f1f1cabb367a;hp=310a66a5a90ea24acf34d7a94d8f7ff7df5a154d;hpb=f06fdb807822f8e06db003ed809c87250905cfc8;p=mothur.git diff --git a/removelineagecommand.h b/removelineagecommand.h index 310a66a..a4ffea9 100644 --- a/removelineagecommand.h +++ b/removelineagecommand.h @@ -25,7 +25,8 @@ class RemoveLineageCommand : public Command { string getCommandCategory() { return "Phylotype Analysis"; } string getHelpString(); string getCitation() { return "http://www.mothur.org/wiki/Remove.lineage"; } - + string getDescription() { return "removes sequences from a list, fasta, name, group, alignreport or taxonomy file from a given taxonomy or set of taxonomies"; } + int execute(); void help() { m->mothurOut(getHelpString()); } @@ -41,7 +42,6 @@ class RemoveLineageCommand : public Command { int readAlign(); int readList(); int readTax(); - string removeConfidences(string); vector< map > getTaxons(string); };