]> git.donarmstrong.com Git - mothur.git/blobdiff - getlineagecommand.h
Merge remote-tracking branch 'origin/master'
[mothur.git] / getlineagecommand.h
index ca84bf2fad3e11e60808daa15230b5674a4a7849..0ab042bac365b64840e32212a6705f62d46d5ff1 100644 (file)
@@ -23,8 +23,11 @@ class GetLineageCommand : public Command {
                vector<string> setParameters();
                string getCommandName()                 { return "get.lineage";                         }
                string getCommandCategory()             { return "Phylotype Analysis";          }
-               string getHelpString(); 
+               string getOutputFileNameTag(string, string);
+       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()); }  
@@ -42,7 +45,6 @@ class GetLineageCommand : public Command {
                int readAlign();
                int readList();
                int readTax();  
-               string removeConfidences(string);
                vector< map<string, float> > getTaxons(string);
 };