X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=removelineagecommand.h;h=a4ffea9c529829da3c3f08cfbc41c5e3bdf5ddcf;hb=2bb9267aa4b4ecdf8488b06605cc9f3f36fa4332;hp=9fdca48db66da3e0ddf5c603949c7380e61155b0;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/removelineagecommand.h b/removelineagecommand.h index 9fdca48..a4ffea9 100644 --- a/removelineagecommand.h +++ b/removelineagecommand.h @@ -24,13 +24,15 @@ 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"; } + 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 names; - vector outputNames; + vector outputNames, listOfTaxons; string fastafile, namefile, groupfile, alignfile, listfile, taxfile, outputDir, taxons; bool abort, dups; @@ -40,7 +42,6 @@ class RemoveLineageCommand : public Command { int readAlign(); int readList(); int readTax(); - string removeConfidences(string); vector< map > getTaxons(string); };