]> git.donarmstrong.com Git - mothur.git/blobdiff - listseqscommand.h
tracking down chimera.slayer issue
[mothur.git] / listseqscommand.h
index 889b3733df47f346be5a3fd9dd327a0660913c61..be53d750ac0691938e314c883d689715bc8d11c7 100644 (file)
@@ -19,16 +19,18 @@ class ListSeqsCommand : public Command {
                ListSeqsCommand(string);
                ListSeqsCommand();      
                ~ListSeqsCommand(){}
-               vector<string> getRequiredParameters();
-               vector<string> getValidParameters();
-               vector<string> getRequiredFiles();
-               map<string, vector<string> > getOutputFiles() { return outputTypes; }
-               int execute();
-               void help();    
-               
+       
+               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, outputNames;
-               map<string, vector<string> > outputTypes;
                string fastafile, namefile, groupfile, alignfile, inputFileName, outputDir, listfile, taxfile;
                bool abort;