]> git.donarmstrong.com Git - mothur.git/blobdiff - getlineagecommand.h
fixed bug with dist.shared subsampling. added mode parameter to dist.shared so...
[mothur.git] / getlineagecommand.h
index ca84bf2fad3e11e60808daa15230b5674a4a7849..a6770614b6dfffac32f4e57ce65f451a0046085e 100644 (file)
@@ -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()); }  
@@ -42,7 +44,6 @@ class GetLineageCommand : public Command {
                int readAlign();
                int readList();
                int readTax();  
-               string removeConfidences(string);
                vector< map<string, float> > getTaxons(string);
 };