X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=removelineagecommand.h;h=a756d24f583be82eac03634ebcd8496c4fd687b6;hb=ea4f373c28543cd1002b0dd7dc6e55c526647d59;hp=a4ffea9c529829da3c3f08cfbc41c5e3bdf5ddcf;hpb=0caf3fbabaa3ece404f8ce77f4c883dc5b1bf1dc;p=mothur.git diff --git a/removelineagecommand.h b/removelineagecommand.h index a4ffea9..a756d24 100644 --- a/removelineagecommand.h +++ b/removelineagecommand.h @@ -23,7 +23,8 @@ 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"; } @@ -33,12 +34,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();