]> git.donarmstrong.com Git - mothur.git/blobdiff - removelineagecommand.h
added adjustDots function to pcr.seqs, keeps sequences aligned in case where primers...
[mothur.git] / removelineagecommand.h
index a4ffea9c529829da3c3f08cfbc41c5e3bdf5ddcf..f644972c2672aa19509059c78d631ef0618eba28 100644 (file)
@@ -23,7 +23,9 @@ class RemoveLineageCommand : public Command {
                vector<string> setParameters();
                string getCommandName()                 { return "remove.lineage";                      }
                string getCommandCategory()             { return "Phylotype Analysis";          }
-               string getHelpString(); 
+               
+       string getHelpString(); 
+    string getOutputPattern(string);   
                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"; }
 
@@ -33,12 +35,13 @@ class RemoveLineageCommand : public Command {
        private:
                set<string> names;
                vector<string> outputNames, listOfTaxons;
-               string fastafile, namefile, groupfile, alignfile, listfile, taxfile, outputDir, taxons;
+               string fastafile, namefile, groupfile, alignfile, listfile, countfile, taxfile, outputDir, taxons;
                bool abort, dups;
                
                int readFasta();
                int readName();
                int readGroup();
+        int readCount();
                int readAlign();
                int readList();
                int readTax();