X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=removelineagecommand.h;h=a5caec8e4c3e0f04ec7744489c3f27c0a495e38d;hb=ccae9eef0b44f2d63fdf4a707d0d40243aa1b990;hp=310a66a5a90ea24acf34d7a94d8f7ff7df5a154d;hpb=f06fdb807822f8e06db003ed809c87250905cfc8;p=mothur.git diff --git a/removelineagecommand.h b/removelineagecommand.h index 310a66a..a5caec8 100644 --- a/removelineagecommand.h +++ b/removelineagecommand.h @@ -23,9 +23,11 @@ class RemoveLineageCommand : public Command { vector setParameters(); string getCommandName() { return "remove.lineage"; } string getCommandCategory() { return "Phylotype Analysis"; } - string getHelpString(); + string getOutputFileNameTag(string, string); + 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 +43,6 @@ class RemoveLineageCommand : public Command { int readAlign(); int readList(); int readTax(); - string removeConfidences(string); vector< map > getTaxons(string); };