X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=removelineagecommand.h;h=f644972c2672aa19509059c78d631ef0618eba28;hb=af0a94ea8f02421b2b73e77e68753a2b4c37768e;hp=a5caec8e4c3e0f04ec7744489c3f27c0a495e38d;hpb=49d2b7459c5027557564b21e9487dadafbbbdc96;p=mothur.git diff --git a/removelineagecommand.h b/removelineagecommand.h index a5caec8..f644972 100644 --- a/removelineagecommand.h +++ b/removelineagecommand.h @@ -23,8 +23,9 @@ class RemoveLineageCommand : public Command { vector setParameters(); string getCommandName() { return "remove.lineage"; } string getCommandCategory() { return "Phylotype Analysis"; } - string getOutputFileNameTag(string, string); + string getHelpString(); + string getOutputPattern(string); 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"; } @@ -34,12 +35,13 @@ class RemoveLineageCommand : public Command { private: set names; vector outputNames, listOfTaxons; - string fastafile, namefile, groupfile, alignfile, listfile, taxfile, outputDir, taxons; + string fastafile, namefile, groupfile, alignfile, listfile, countfile, taxfile, outputDir, taxons; bool abort, dups; int readFasta(); int readName(); int readGroup(); + int readCount(); int readAlign(); int readList(); int readTax();