]> git.donarmstrong.com Git - mothur.git/blobdiff - listseqscommand.h
tracking down chimera.slayer issue
[mothur.git] / listseqscommand.h
index 6a210a180e5bc9453005c7aefb8613fa45d52c03..be53d750ac0691938e314c883d689715bc8d11c7 100644 (file)
@@ -16,13 +16,21 @@ class ListSeqsCommand : public Command {
        
        public:
        
-               ListSeqsCommand(string);        
-               ~ListSeqsCommand(){};
-               int execute();
-               void help();    
-               
+               ListSeqsCommand(string);
+               ListSeqsCommand();      
+               ~ListSeqsCommand(){}
+       
+               vector<string> setParameters();
+               string getCommandName()                 { return "list.seqs";                           }
+               string getCommandCategory()             { return "Sequence Processing";         }
+               string getHelpString(); 
+       
+               int execute(); 
+               void help() { m->mothurOut(getHelpString()); }  
+       
+       
        private:
-               vector<string> names;
+               vector<string> names, outputNames;
                string fastafile, namefile, groupfile, alignfile, inputFileName, outputDir, listfile, taxfile;
                bool abort;