X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getlineagecommand.h;h=68f974f21461933b8feed0657bc07f86c17b4e20;hb=67ea6ccd74dbd64828d31b952808255f206364ff;hp=0ab042bac365b64840e32212a6705f62d46d5ff1;hpb=f687723a8357916e86a05116978e6869b039ce36;p=mothur.git diff --git a/getlineagecommand.h b/getlineagecommand.h index 0ab042b..68f974f 100644 --- a/getlineagecommand.h +++ b/getlineagecommand.h @@ -23,8 +23,9 @@ class GetLineageCommand : public Command { vector setParameters(); string getCommandName() { return "get.lineage"; } string getCommandCategory() { return "Phylotype Analysis"; } - string getOutputFileNameTag(string, string); + string getHelpString(); + string getOutputPattern(string); string getCitation() { return "http://www.mothur.org/wiki/Get.lineage"; } string getDescription() { return "gets sequences from a list, fasta, name, group, alignreport or taxonomy file from a given taxonomy or set of taxonomies"; } @@ -36,11 +37,12 @@ class GetLineageCommand : public Command { private: set names; vector outputNames, listOfTaxons; - string fastafile, namefile, groupfile, alignfile, listfile, taxfile, outputDir, taxons; + string fastafile, namefile, groupfile, alignfile, countfile, listfile, taxfile, outputDir, taxons; bool abort, dups; int readFasta(); int readName(); + int readCount(); int readGroup(); int readAlign(); int readList();