]> git.donarmstrong.com Git - mothur.git/blobdiff - degapseqscommand.h
chimera.slayer debugging
[mothur.git] / degapseqscommand.h
index 192d6eb7397e143e5ff91389ca37a5be98857a6e..db93b02a299aae60666b1993469f7e00cdc31a58 100644 (file)
 class DegapSeqsCommand : public Command {
 public:
        DegapSeqsCommand(string);
-       ~DegapSeqsCommand();
-       int execute();
-       void help();
+       DegapSeqsCommand();
+       ~DegapSeqsCommand(){}
+       
+       vector<string> setParameters();
+       string getCommandName()                 { return "degap.seqs";          }
+       string getCommandCategory()             { return "Sequence Processing";         }
+       string getHelpString(); 
+       
+       int execute(); 
+       void help() { m->mothurOut(getHelpString()); }  
        
 private: