]> git.donarmstrong.com Git - mothur.git/blobdiff - degapseqscommand.h
changes while testing 1.26
[mothur.git] / degapseqscommand.h
index 192d6eb7397e143e5ff91389ca37a5be98857a6e..c6adac214e0339807ac9fee9845ef404dee311cb 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 getOutputFileNameTag(string, string);
+       string getHelpString(); 
+       string getCitation() { return "http://www.mothur.org/wiki/Degap.seqs"; }
+       string getDescription()         { return "removes gap characters from sequences"; }
+
+       int execute(); 
+       void help() { m->mothurOut(getHelpString()); }  
        
 private: