X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getlineagecommand.h;h=4c9514d2226028f54d6996070d3776d66aab6122;hb=a44542a3c740cf957cff72ac71742f2fe48b0eaf;hp=ca84bf2fad3e11e60808daa15230b5674a4a7849;hpb=f2408a11ad53c148e3a3329018ca7d04b567f11d;p=mothur.git diff --git a/getlineagecommand.h b/getlineagecommand.h index ca84bf2..4c9514d 100644 --- a/getlineagecommand.h +++ b/getlineagecommand.h @@ -25,6 +25,8 @@ class GetLineageCommand : public Command { 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()); }