]> git.donarmstrong.com Git - mothur.git/blobdiff - removelineagecommand.h
paralellized seq.error and dist.shared added some error checks to libshuff and dist...
[mothur.git] / removelineagecommand.h
index 9fdca48db66da3e0ddf5c603949c7380e61155b0..310a66a5a90ea24acf34d7a94d8f7ff7df5a154d 100644 (file)
@@ -24,13 +24,14 @@ class RemoveLineageCommand : public Command {
                string getCommandName()                 { return "remove.lineage";                      }
                string getCommandCategory()             { return "Phylotype Analysis";          }
                string getHelpString(); 
+               string getCitation() { return "http://www.mothur.org/wiki/Remove.lineage"; }
        
                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;