X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getlineagecommand.h;h=a6770614b6dfffac32f4e57ce65f451a0046085e;hb=2bb9267aa4b4ecdf8488b06605cc9f3f36fa4332;hp=6375b9483fb335bafde123f3e99e4620c2614234;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/getlineagecommand.h b/getlineagecommand.h index 6375b94..a677061 100644 --- a/getlineagecommand.h +++ b/getlineagecommand.h @@ -24,6 +24,9 @@ class GetLineageCommand : public Command { string getCommandName() { return "get.lineage"; } string getCommandCategory() { return "Phylotype Analysis"; } string getHelpString(); + 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"; } + int execute(); void help() { m->mothurOut(getHelpString()); } @@ -31,7 +34,7 @@ class GetLineageCommand : public Command { private: set names; - vector outputNames; + vector outputNames, listOfTaxons; string fastafile, namefile, groupfile, alignfile, listfile, taxfile, outputDir, taxons; bool abort, dups; @@ -41,7 +44,6 @@ class GetLineageCommand : public Command { int readAlign(); int readList(); int readTax(); - string removeConfidences(string); vector< map > getTaxons(string); };