]> git.donarmstrong.com Git - mothur.git/blobdiff - removelineagecommand.h
indicator command
[mothur.git] / removelineagecommand.h
index 124f6e309f4b5e6a5842f88da7fdcaabbbf22eac..bda398b76b7cf8b0b2bf86c618e8adff71a1ff3a 100644 (file)
@@ -25,13 +25,14 @@ class RemoveLineageCommand : public Command {
                string getCommandCategory()             { return "Phylotype Analysis";          }
                string getHelpString(); 
                string getCitation() { return "http://www.mothur.org/wiki/Remove.lineage"; }
-       
+               string getDescription()         { return "removes 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()); }  
        
        private:
                set<string> names;
-               vector<string> outputNames;
+               vector<string> outputNames, listOfTaxons;
                string fastafile, namefile, groupfile, alignfile, listfile, taxfile, outputDir, taxons;
                bool abort, dups;